Skip to content

Commit

Permalink
feat: OTA support for Innr SP 240,242 and 244 (#7464)
Browse files Browse the repository at this point in the history
  • Loading branch information
leander091 authored Apr 29, 2024
1 parent a8854e3 commit f8b2e55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ const definitions: Definition[] = [
onOff(),
electricityMeter({current: {divisor: 1000}, voltage: {divisor: 1}, power: {divisor: 1}, energy: {divisor: 100}}),
],
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['SP 242'],
Expand All @@ -711,6 +712,7 @@ const definitions: Definition[] = [
// https://github.com/Koenkk/zigbee-herdsman-converters/issues/6747
reconfigureReportingsOnDeviceAnnounce(),
],
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['SP 244'],
Expand All @@ -721,6 +723,7 @@ const definitions: Definition[] = [
onOff(),
electricityMeter({current: {divisor: 1000}, voltage: {divisor: 1}, power: {divisor: 1}, energy: {divisor: 100}}),
],
ota: ota.zigbeeOTA,
},
];

Expand Down

0 comments on commit f8b2e55

Please sign in to comment.