Skip to content

Commit

Permalink
Add OTA support for Xiaomi GZCGQ11LM (#5420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Otnow authored Feb 1, 2023
1 parent a96915a commit f830a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/xiaomi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2832,6 +2832,7 @@ module.exports = [
await device.getEndpoint(1).write('aqaraOpple', {'mode': 1}, {manufacturerCode: 0x115f, disableResponse: true});
await endpoint.read('aqaraOpple', [0x0000], {manufactureCode: 0x115f});
},
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['lumi.plug.sacn03'],
Expand Down

0 comments on commit f830a81

Please sign in to comment.