diff --git a/meross_iot/controller/mixins/thermostat.py b/meross_iot/controller/mixins/thermostat.py index f675801..4b04ba0 100644 --- a/meross_iot/controller/mixins/thermostat.py +++ b/meross_iot/controller/mixins/thermostat.py @@ -371,6 +371,7 @@ async def async_set_thermostat_config(self, if on_not_off is not None: channel_conf['onoff'] = 1 if on_not_off else 0 + _LOGGER.debug("payload:"+str(payload)) # This api call will return the updated state of the device. We use it to update the internal state right away. result = await self._execute_command(method="SET", namespace=Namespace.CONTROL_THERMOSTAT_MODEB,