Skip to content

Commit 0df974d

Browse files
derabbinkMaarten AbbinkKoenkk
authored
feat(add): NCZ-3014-HA (#12480)
Co-authored-by: Maarten Abbink <maarten@Maartens-MacBook-Air.local> Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
1 parent 4d0a4e8 commit 0df974d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/devices/nyce.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as fz from "../converters/fromZigbee";
22
import * as exposes from "../lib/exposes";
3+
import * as m from "../lib/modernExtend";
34
import * as reporting from "../lib/reporting";
45
import type {DefinitionWithExtend} from "../lib/types";
56

@@ -34,6 +35,13 @@ export const definitions: DefinitionWithExtend[] = [
3435
},
3536
exposes: [e.contact(), e.battery_low(), e.tamper(), e.battery()],
3637
},
38+
{
39+
zigbeeModel: ["3014"],
40+
model: "NCZ-3014-HA",
41+
vendor: "Nyce",
42+
description: "Garage door tilt sensor",
43+
extend: [m.iasZoneAlarm({zoneType: "contact", zoneAttributes: ["alarm_1", "tamper", "battery_low"]}), m.battery()],
44+
},
3745
{
3846
zigbeeModel: ["3043"],
3947
model: "NCZ-3043-HA",

0 commit comments

Comments
 (0)