Skip to content

Commit

Permalink
fix: Remove unsupported power_outage_count from Xiaomi GZCGQ01LM. K…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 10, 2023
1 parent 76806c5 commit 68d71ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/xiaomi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ const definitions: Definition[] = [
await endpoint.read('genPowerCfg', ['batteryVoltage']);
},
exposes: [e.battery(), e.battery_voltage(), e.illuminance().withAccess(ea.STATE_GET),
e.illuminance_lux().withAccess(ea.STATE_GET), e.power_outage_count(false)],
e.illuminance_lux().withAccess(ea.STATE_GET)],
},
{
zigbeeModel: ['lumi.light.rgbac1'],
Expand Down

0 comments on commit 68d71ed

Please sign in to comment.