In sinricpro.py line 494 "send_color_temperature_event_callback" is used instead of "set_send_color_temperature_event_callback". This causes, that the send_color_temperature_event_callback is not initialised, and causes error when called.
|
device.send_color_temperature_event_callback(self._send_color_temperature_event_callback) |
In sinricpro.py line 494 "send_color_temperature_event_callback" is used instead of "set_send_color_temperature_event_callback". This causes, that the send_color_temperature_event_callback is not initialised, and causes error when called.
micropython-sinricpro-sdk/sinricpro/sinricpro.py
Line 494 in e93977c