Skip to content

Commit

Permalink
set_time_request False for _TZE200_uiyqstza
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekk015 committed Oct 30, 2023
1 parent 8149552 commit 3931d16
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions ts0601_trv_maxsmart.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,39 @@ class Silvercrest3ManufCluster(MaxsmartManufCluster):
),
}

client_commands = {
0x0001: foundation.ZCLCommandDef(
"get_data",
{"param": TuyaManufCluster.Command},
True,
is_manufacturer_specific=True,
),
0x0002: foundation.ZCLCommandDef(
"set_data_response",
{"param": TuyaManufCluster.Command},
True,
is_manufacturer_specific=True,
),
0x0006: foundation.ZCLCommandDef(
"active_status_report",
{"param": TuyaManufCluster.Command},
True,
is_manufacturer_specific=True,
),
0x0011: foundation.ZCLCommandDef(
"mcu_version_rsp",
{"param": TuyaManufCluster.MCUVersionRsp},
True,
is_manufacturer_specific=True,
),
0x0024: foundation.ZCLCommandDef(
"set_time_request",
{"param": t.data16},
True,
is_manufacturer_specific=False,
),
}


class MaxsmartThermostat(TuyaThermostatCluster):
"""Thermostat cluster for some thermostatic valves."""
Expand Down

0 comments on commit 3931d16

Please sign in to comment.