File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The following devices are already availables.
6
6
* Dimmer Switch
7
7
* Motion sensor
8
8
* Outdoor sensor
9
+ * Wall switch module
9
10
* Ikea TRÅDFRI
10
11
* Driver for Pax Led NORRFLY
11
12
* Light panel FLOALT
@@ -17,13 +18,12 @@ The following devices are already availables.
17
18
* Switch ZG9101SAC
18
19
* Aeotec
19
20
* aërQ Temperature and Humidity Sensor
21
+ * Door / Window Sensor 7
20
22
* FIBARO
21
23
* Smoke Sensor
22
24
* Qubino
23
25
* ZMNHUD1_DIN Pilot wire
24
26
* ZOOZ
25
27
* ZSE44 Temperature Humidity XS Sensor
26
- * LiXee
27
- * ZLinky TIC, Historique HP-HC
28
28
* GCE Electronics
29
29
* Module USB TIC
Original file line number Diff line number Diff line change 67
67
"name" : " on"
68
68
}
69
69
]
70
+ },
71
+ {
72
+ "manufacturerId" : " $ref:/manufacturer/Aeotec" ,
73
+ "productId" : 12 ,
74
+ "capabilities" : [" DoorSensor" ],
75
+ "properties" : [
76
+ " $ref:/property/battery" ,
77
+ {
78
+ "commandClass" : " $ref:/commandClass/notification" ,
79
+ "property" : " Access Control" ,
80
+ "propertyKey" : " Door state (simple)" ,
81
+ "name" : " open" ,
82
+ "adapter" : " $lua:return value ~= 23"
83
+ }
84
+ ]
70
85
}
71
86
],
72
87
"adapters" : {
108
123
"switch-multilevel" : 38 ,
109
124
"sensor-multilevel" : 49 ,
110
125
"alarm" : 113 ,
126
+ "notification" : 113 ,
111
127
"battery" : 128
112
128
},
113
129
"metadata" : {
Original file line number Diff line number Diff line change 120
120
"title" : " On/Off" ,
121
121
"type" : " boolean"
122
122
},
123
+ "open" : {
124
+ "@type" : " OpenProperty" ,
125
+ "description" : " Whether the thing is open" ,
126
+ "title" : " Open" ,
127
+ "type" : " boolean"
128
+ },
123
129
"presence" : {
124
130
"@type" : " MotionProperty" ,
125
131
"description" : " Whether a presence is detected" ,
You can’t perform that action at this time.
0 commit comments