Skip to content

Commit 2680dfd

Browse files
feat(add): FB56-DOS06HM1.1 (#8704)
1 parent 6db3c99 commit 2680dfd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/feibit.ts

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ import {DefinitionWithExtend} from '../lib/types';
99
const e = exposes.presets;
1010

1111
const definitions: DefinitionWithExtend[] = [
12+
{
13+
zigbeeModel: ['FB56-DOS06HM1.1'],
14+
model: 'FB56-DOS06HM1.1',
15+
vendor: 'Feibit',
16+
description: '3A / Nue Zigbee door sensor',
17+
extend: [m.iasWarning(), m.iasZoneAlarm({zoneType: 'generic', zoneAttributes: ['alarm_1', 'alarm_2', 'tamper', 'battery_low']})],
18+
},
1219
{
1320
zigbeeModel: ['FZB56+ZSW2FYM1.1'],
1421
model: 'TZSW22FW-L4',

0 commit comments

Comments
 (0)