We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb1b28 commit 252644bCopy full SHA for 252644b
zhaquirks/tuya/ts0601_din_power.py
@@ -182,7 +182,7 @@ class AttributeDefs(TuyaManufClusterAttributes.AttributeDefs):
182
is_manufacturer_specific=True,
183
)
184
power: Final = ZCLAttributeDef(
185
- id=HIKING_POWER_ATTR, type=t.uint16_t, is_manufacturer_specific=True
+ id=HIKING_POWER_ATTR, type=t.int32s, is_manufacturer_specific=True
186
187
frequency: Final = ZCLAttributeDef(
188
id=HIKING_FREQUENCY_ATTR, type=t.uint16_t, is_manufacturer_specific=True
0 commit comments