Skip to content

Commit

Permalink
fix: Fix missing OTA endpoint for Xiaomi SSM-U01. Koenkk/zigbee2mqtt#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 31, 2023
1 parent 39a1928 commit 354bedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/xiaomi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2627,6 +2627,7 @@ module.exports = [
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff', 'genDeviceTempCfg']);
await reporting.onOff(endpoint);
await reporting.deviceTemperature(endpoint);
utils.attachOutputCluster(device, 'genOta');
device.powerSource = 'Mains (single phase)';
device.type = 'Router';
device.save();
Expand Down

0 comments on commit 354bedc

Please sign in to comment.