jasonacox / tinytuya

Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API).
MIT License
867 stars 157 forks source link

Question? TimeStamp ('t') returned on async monitor, but not status #508

Open awysocki opened 2 weeks ago

awysocki commented 2 weeks ago

This is a question:

If I run the monitor example. when the device sends an update. The DPS dictionary has a timestamp along with the update. When a status query is done the DPS dictionary does not send a timestamp 't'. Is there an option to return the timestamp on a status query?

Not sure if this is a TUYA thing or tinytuya lib feature?