From 56a9accebd72e452d1c9f4cd17128cac92e09d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20ROUSSEAU?= Date: Sat, 19 Oct 2024 21:49:56 +0200 Subject: [PATCH] Update thermostat.py --- meross_iot/controller/mixins/thermostat.py | 1 + 1 file changed, 1 insertion(+) 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,