skydiver / ewelink-api

eWeLink API for JavaScript
https://www.npmjs.com/package/ewelink-api
MIT License
264 stars 108 forks source link

Getting Device Info/Status Via zeroconf? #176

Open whitedavidp opened 2 years ago

whitedavidp commented 2 years ago

I am working on a device that encrypts its data. Thanks to the code in the ewelink helper I am able to process this. I can not turn the device switch on/off which is great!

But I am looking to query the device's switch status and I have read that the zeroconf here is limited to only turning the switch on/off. Is there a zeroconf method to get the switch's current state?

Thanks