We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e67dd commit 30d1c5cCopy full SHA for 30d1c5c
devices/sonoff/snzb-04_open_close_sensor.json
@@ -2,18 +2,20 @@
2
"schema": "devcap1.schema.json",
3
"uuid": "cd25fbd8-9b9b-4051-9c01-1c08a9d65203",
4
"manufacturername": [
5
+ "eWeLink",
6
"eWeLink",
7
"zbeacon",
8
9
"eWeLink"
10
],
11
"modelid": [
12
+ "CK-TLSR8656-SS5-01(7003)",
13
"DS01",
14
15
"SNZB-04P",
16
"SNZB-04"
17
- "vendor": "eWeLink",
18
+ "vendor": "Sonoff/eWeLink",
19
"product": "Open/close sensor (DS01)",
20
"sleeper": true,
21
"status": "Gold",
@@ -72,7 +74,7 @@
72
74
"at": "0x0021",
73
75
"cl": "0x0001",
76
"ep": 1,
- "eval": "Item.val = Attr.val / 2;",
77
+ "eval": "Item.val = Attr.val / 2",
78
"fn": "zcl:attr"
79
},
80
"read": {
@@ -129,4 +131,4 @@
129
131
"cl": "0x0500"
130
132
}
133
]
-}
134
+}
0 commit comments