Skip to content

Commit

Permalink
feat(add): ZB-DoorSensor-D000 (#8372)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurel32 authored Nov 24, 2024
1 parent 32cc3e6 commit f944ca0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/adeo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,13 @@ const definitions: DefinitionWithExtend[] = [
iasZoneAlarm({zoneType: 'occupancy', zoneAttributes: ['alarm_1', 'tamper', 'battery_low']}),
],
},
{
zigbeeModel: ['ZB-DoorSensor-D0007'],
model: 'ZB-DoorSensor-D0007',
vendor: 'ADEO',
description: 'ENKI LEXMAN wireless smart door window sensor',
extend: [battery(), iasZoneAlarm({zoneType: 'contact', zoneAttributes: ['alarm_1', 'tamper', 'battery_low']})],
},
];

export default definitions;
Expand Down

0 comments on commit f944ca0

Please sign in to comment.