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 f41deed commit 48191ccCopy full SHA for 48191cc
zhaquirks/tuya/ts0601_din_power.py
@@ -173,7 +173,7 @@ class AttributeDefs(TuyaManufClusterAttributes.AttributeDefs):
173
)
174
energy_received: Final = ZCLAttributeDef(
175
id=HIKING_TOTAL_ENERGY_RECEIVED_ATTR,
176
- type=t.uint16_t,
+ type=t.uint32_t,
177
is_manufacturer_specific=True,
178
179
voltage_current: Final = ZCLAttributeDef(
0 commit comments