jasonacox / tinytuya

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

Remove bulb attribute conditional block #265 - Stage for v1.10.1 #268

Closed jasonacox closed 1 year ago

jasonacox commented 1 year ago

Removed bulb attribute conditional blocking in BulbDevice set_colour(), set_hsv() and set_colourtemp() as some devices do not correctly report capabilities. Conditional provides debug warning message instead https://github.com/jasonacox/tinytuya/issues/265

Stage for v1.10.1.