Skip to content

Commit 252644b

Browse files
authored
Fix Tuya Hiking power meter "momentary power" type (#4272)
1 parent dfb1b28 commit 252644b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/tuya/ts0601_din_power.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class AttributeDefs(TuyaManufClusterAttributes.AttributeDefs):
182182
is_manufacturer_specific=True,
183183
)
184184
power: Final = ZCLAttributeDef(
185-
id=HIKING_POWER_ATTR, type=t.uint16_t, is_manufacturer_specific=True
185+
id=HIKING_POWER_ATTR, type=t.int32s, is_manufacturer_specific=True
186186
)
187187
frequency: Final = ZCLAttributeDef(
188188
id=HIKING_FREQUENCY_ATTR, type=t.uint16_t, is_manufacturer_specific=True

0 commit comments

Comments
 (0)