Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 25, 2025
1 parent 88d0b77 commit bb2b857
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/devices/robb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,16 +424,12 @@ const definitions: DefinitionWithExtend[] = [
zigbeeModel: ['ROB_200-001-0'],
model: 'ROB_200-001-0',
vendor: 'ROBB',
description: 'Door/Window sensor',
description: 'Door/window sensor',
extend: [
m.battery(),
m.ignoreClusterReport({cluster: 'genBinaryInput'}),
m.iasZoneAlarm({
zoneType: 'contact',
zoneAttributes: ['alarm_1', 'tamper', 'battery_low'],
}),
m.iasZoneAlarm({zoneType: 'contact', zoneAttributes: ['alarm_1', 'tamper', 'battery_low']}),
],
meta: {},
},
];

Expand Down

0 comments on commit bb2b857

Please sign in to comment.