Skip to content

Commit

Permalink
Revert back to original as battery feature is auto detected
Browse files Browse the repository at this point in the history
  • Loading branch information
VonOx authored Sep 6, 2021
1 parent aeba634 commit b8c2422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/zigbee2mqtt/model/Xiaomi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Xiaomi = {
WSDCGQ01LM: [features.temperature, features.humidity],
WSDCGQ11LM: [features.temperature, features.humidity, features.pressure],
RTCGQ01LM: [features.motion],
RTCGQ11LM: [features.motion, features.illuminance, features.temperature, features.voltage, features.battery],
RTCGQ11LM: [features.motion, features.illuminance, features.temperature, features.voltage],
MCCGQ01LM: [features.door],
MCCGQ11LM: [features.door, features.temperature],
SJCGQ11LM: [features.water],
Expand Down

0 comments on commit b8c2422

Please sign in to comment.