Skip to content

Commit

Permalink
feat(add): SP 244 Koenkk/zigbee2mqtt#20234
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 17, 2023
1 parent 11e06a1 commit 3873452
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,16 @@ const definitions: Definition[] = [
electricityMeter({current: {divisor: 1000}, voltage: {divisor: 1}, power: {divisor: 1}, energy: {divisor: 100}}),
],
},
{
zigbeeModel: ['SP 244'],
model: 'SP 244',
vendor: 'Innr',
description: 'Smart plug',
extend: [
onOff(),
electricityMeter({current: {divisor: 1000}, voltage: {divisor: 1}, power: {divisor: 1}, energy: {divisor: 100}}),
],
},
];

export default definitions;
Expand Down

0 comments on commit 3873452

Please sign in to comment.