Skip to content

Commit 48191cc

Browse files
authored
Fix Tuya Hiking power meter "summation received" type (#4249)
1 parent f41deed commit 48191cc

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
@@ -173,7 +173,7 @@ class AttributeDefs(TuyaManufClusterAttributes.AttributeDefs):
173173
)
174174
energy_received: Final = ZCLAttributeDef(
175175
id=HIKING_TOTAL_ENERGY_RECEIVED_ATTR,
176-
type=t.uint16_t,
176+
type=t.uint32_t,
177177
is_manufacturer_specific=True,
178178
)
179179
voltage_current: Final = ZCLAttributeDef(

0 commit comments

Comments
 (0)