Skip to content

Commit

Permalink
feat(add): SE20-O (#7957)
Browse files Browse the repository at this point in the history
* Definition for ORVIBO SE20-O

Definition for ORVIBO SE20-O has been added

* fix

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
BUSHA and Koenkk authored Sep 8, 2024
1 parent d0d8ec3 commit 5e526c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/devices/orvibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,15 @@ const definitions: DefinitionWithExtend[] = [
toZigbee: [],
exposes: [e.water_leak(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ['987b1869e4944218aa0034750d4ac585'],
model: 'SE20-O',
vendor: 'ORVIBO',
description: 'Smart emergency button',
fromZigbee: [fz.command_status_change_notification_action],
exposes: [e.action(['single'])],
toZigbee: [],
},
{
zigbeeModel: ['72bd56c539ca4c7fba73a9be0ae0d19f'],
model: 'SE21',
Expand Down

0 comments on commit 5e526c4

Please sign in to comment.