Skip to content

Commit

Permalink
feat(add): C-RFZB-SM1 (#8285)
Browse files Browse the repository at this point in the history
* Update candeo.ts

+ Candeo C-RFZB-SM1

* u

---------

Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
dhc25 and Koenkk authored Nov 7, 2024
1 parent 3a26152 commit 880047a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/devices/candeo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ const definitions: DefinitionWithExtend[] = [
await endpoint11.read('seMetering', ['currentSummDelivered']);
},
},

{
fingerprint: [{modelID: 'C-RFZB-SM1'}],
model: 'C-RFZB-SM1',
vendor: 'Candeo',
description: 'Zigbee & RF Switch Module',
extend: [onOff({powerOnBehavior: true})],
},
];

export default definitions;
Expand Down

0 comments on commit 880047a

Please sign in to comment.