Skip to content

Commit

Permalink
fix MCCGQ12LM battery info
Browse files Browse the repository at this point in the history
MCCGQ12LM didn't support battery low.
  • Loading branch information
nukusinji committed Dec 7, 2023
1 parent ddf7dcf commit f581363
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 @@ -3257,7 +3257,7 @@ const definitions: Definition[] = [
description: 'Aqara T1 door & window contact sensor',
fromZigbee: [fz.xiaomi_contact, xiaomi.fromZigbee.aqara_opple, fz.ias_contact_alarm_1],
toZigbee: [],
exposes: [e.contact(), e.battery_low()],
exposes: [e.contact(), e.battery()],
ota: ota.zigbeeOTA,
},
{
Expand Down

0 comments on commit f581363

Please sign in to comment.