joeyhage / homebridge-alexa-smarthome

Connect Alexa devices to HomeKit
MIT License
62 stars 20 forks source link

fix: skip power state for non supported device for set thermostat mode #81

Closed zouma45 closed 6 months ago

zouma45 commented 6 months ago

fix for https://github.com/joeyhage/homebridge-alexa-smarthome/issues/79

the issue is due to some devices not supporting power state, added try catch to skip that part for non supported devices.

joeyhage commented 6 months ago

Thanks for the fix!