Skip to content

Commit 0202bdb

Browse files
authored
DDF clone for Third Reality garage sensor (3RDTS01056Z) (#8360)
1 parent 175d0c1 commit 0202bdb

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

devices/third_reality/3RDS17BZ_contact_sensor.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"schema": "devcap1.schema.json",
33
"uuid": "91b9c12c-2b50-4efc-a23f-2d3042e60b73",
4-
"manufacturername": "Third Reality, Inc",
5-
"modelid": "3RDS17BZ",
4+
"manufacturername": [
5+
"Third Reality, Inc",
6+
"Third Reality, Inc"
7+
],
8+
"modelid": [
9+
"3RDS17BZ",
10+
"3RDTS01056Z"
11+
],
612
"vendor": "Third Reality",
713
"product": "Contact Sensor (3RDS17BZ)",
814
"sleeper": true,
@@ -56,7 +62,7 @@
5662
"at": "0x0021",
5763
"cl": "0x0001",
5864
"ep": 1,
59-
"eval": "Item.val = Attr.val / 2;",
65+
"eval": "Item.val = Attr.val / 2",
6066
"fn": "zcl:attr"
6167
},
6268
"awake": true,
@@ -136,7 +142,16 @@
136142
{
137143
"bind": "unicast",
138144
"src.ep": 1,
139-
"cl": "0x0001"
145+
"cl": "0x0001",
146+
"report": [
147+
{
148+
"at": "0x0021",
149+
"dt": "0x20",
150+
"min": 3600,
151+
"max": 43200,
152+
"change": "0x00000002"
153+
}
154+
]
140155
}
141156
]
142-
}
157+
}

0 commit comments

Comments
 (0)