I downloaded Get Push Messages by Pulsar (Node.js SDK) : https://developer.tuya.com/en/docs/iot/ ... fmtxp8yscg.
To get the device log,
I follow the steps:
- I run SDK
- When the device status changes (online/offline/change temperature..)
=> I can get real-time device log and show it in the console following the above tutorial.
For now, I'd like to get log data when calling the "homeCreate" event of "Home event" using the above SDK
I follow the steps:
- Run SDK
- Call "add home" API => But I cannot see any log after executing API success
Please let me know, How to get log data for "createHome" event using Node.js SDK
Thanks so much