Skip to content

Commit

Permalink
Update thermostat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme ROUSSEAU committed Oct 19, 2024
1 parent 88d9807 commit 56a9acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meross_iot/controller/mixins/thermostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 56a9acc

Please sign in to comment.