Skip to content

Commit 9f0d834

Browse files
committed
DDF for Nordtronic Box Dimmer
1 parent c226ea6 commit 9f0d834

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

devices/nordtronic/box-dimmer.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"schema": "devcap1.schema.json",
3+
"manufacturername": "Nordtronic A/S",
4+
"modelid": "BoxDIMZ 98425031",
5+
"vendor": "Nordtronic A/S",
6+
"product": "Box Dimmer Zigbee",
7+
"sleeper": false,
8+
"status": "Gold",
9+
"subdevices": [
10+
{
11+
"type": "$TYPE_DIMMABLE_LIGHT",
12+
"restapi": "/lights",
13+
"uuid": [
14+
"$address.ext",
15+
"0x01"
16+
],
17+
"items": [
18+
{
19+
"name": "attr/id"
20+
},
21+
{
22+
"name": "attr/lastannounced"
23+
},
24+
{
25+
"name": "attr/lastseen"
26+
},
27+
{
28+
"name": "attr/manufacturername"
29+
},
30+
{
31+
"name": "attr/modelid"
32+
},
33+
{
34+
"name": "attr/name"
35+
},
36+
{
37+
"name": "attr/swversion"
38+
},
39+
{
40+
"name": "attr/type"
41+
},
42+
{
43+
"name": "attr/uniqueid"
44+
},
45+
{
46+
"name": "state/alert",
47+
"default": "none"
48+
},
49+
{
50+
"name": "state/on"
51+
},
52+
{
53+
"name": "state/bri"
54+
},
55+
{
56+
"name": "state/reachable"
57+
}
58+
]
59+
}
60+
],
61+
"bindings": [
62+
{
63+
"bind": "unicast",
64+
"src.ep": 1,
65+
"cl": "0x0006",
66+
"report": [
67+
{
68+
"at": "0x0000",
69+
"dt": "0x10",
70+
"min": 1,
71+
"max": 600
72+
}
73+
]
74+
},
75+
{
76+
"bind": "unicast",
77+
"src.ep": 1,
78+
"cl": "0x0008",
79+
"report": [
80+
{
81+
"at": "0x0000",
82+
"dt": "0x20",
83+
"min": 1,
84+
"max": 300,
85+
"change": "0x01"
86+
}
87+
]
88+
}
89+
]
90+
}

0 commit comments

Comments
 (0)