@homebridge-plugins/homebridge-tuya 2.2.0-beta.0 → 2.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,192 @@
1
+ {
2
+ "category": "wnykq",
3
+ "name": "IRControlHubAccessory",
4
+ "product_id": "02zbwagrlvl5t2kt",
5
+ "product_name": "PlusStyleMultiRemoteController",
6
+ "status": [
7
+ {
8
+ "code": "Sensor_Status",
9
+ "value": 0
10
+ },
11
+ {
12
+ "code": "bright_value",
13
+ "value": 3
14
+ },
15
+ {
16
+ "code": "humidity_calibration",
17
+ "value": 0
18
+ },
19
+ {
20
+ "code": "humidity_value",
21
+ "value": 546
22
+ },
23
+ {
24
+ "code": "ir_control",
25
+ "value": "success"
26
+ },
27
+ {
28
+ "code": "ir_study",
29
+ "value": "ACMQBQwFBAQEBQQEBAUEBAQFBAQEBQQEBAUEBA0EBAQNBA0EBQQEBA0EDQQEBAUEBAQNBA0EBQQEBAUEDQQMBQQEBAUEBAQFDAQNBAUEBAQFBAQE"
30
+ },
31
+ {
32
+ "code": "irtimeout",
33
+ "value": 0
34
+ },
35
+ {
36
+ "code": "poweron",
37
+ "value": false
38
+ },
39
+ {
40
+ "code": "temp_calibration",
41
+ "value": 0
42
+ },
43
+ {
44
+ "code": "temp_value",
45
+ "value": 171
46
+ }
47
+ ],
48
+ "schema": [
49
+ {
50
+ "code": "Sensor_Status",
51
+ "mode": "ro",
52
+ "type": "Integer",
53
+ "property": {
54
+ "unit": "",
55
+ "min": 0,
56
+ "max": 4,
57
+ "scale": 0,
58
+ "step": 1
59
+ }
60
+ },
61
+ {
62
+ "code": "bright_value",
63
+ "mode": "ro",
64
+ "type": "Integer",
65
+ "property": {
66
+ "unit": "lx",
67
+ "min": 0,
68
+ "max": 1000,
69
+ "scale": 0,
70
+ "step": 1
71
+ }
72
+ },
73
+ {
74
+ "code": "humidity_calibration",
75
+ "mode": "rw",
76
+ "type": "Integer",
77
+ "property": {
78
+ "unit": "%",
79
+ "min": -1000,
80
+ "max": 1000,
81
+ "scale": 1,
82
+ "step": 10
83
+ }
84
+ },
85
+ {
86
+ "code": "humidity_value",
87
+ "mode": "ro",
88
+ "type": "Integer",
89
+ "property": {
90
+ "unit": "%",
91
+ "min": 0,
92
+ "max": 1000,
93
+ "scale": 1,
94
+ "step": 1
95
+ }
96
+ },
97
+ {
98
+ "code": "ir_control",
99
+ "mode": "rw",
100
+ "type": "Enum",
101
+ "property": {
102
+ "range": [
103
+ "study",
104
+ "stop",
105
+ "success",
106
+ "fail"
107
+ ]
108
+ }
109
+ },
110
+ {
111
+ "code": "ir_study",
112
+ "mode": "ro",
113
+ "type": "Raw",
114
+ "property": {
115
+ "maxlen": 128
116
+ }
117
+ },
118
+ {
119
+ "code": "irtimeout",
120
+ "mode": "ro",
121
+ "type": "Bitmap",
122
+ "property": {
123
+ "label": [
124
+ "1"
125
+ ],
126
+ "maxlen": 1
127
+ }
128
+ },
129
+ {
130
+ "code": "key_data",
131
+ "mode": "wo",
132
+ "type": "Raw",
133
+ "property": {
134
+ "maxlen": 128
135
+ }
136
+ },
137
+ {
138
+ "code": "key_data1",
139
+ "mode": "wo",
140
+ "type": "Raw",
141
+ "property": {
142
+ "maxlen": 128
143
+ }
144
+ },
145
+ {
146
+ "code": "key_data2",
147
+ "mode": "wo",
148
+ "type": "Raw",
149
+ "property": {
150
+ "maxlen": 128
151
+ }
152
+ },
153
+ {
154
+ "code": "key_data3",
155
+ "mode": "wo",
156
+ "type": "Raw",
157
+ "property": {
158
+ "maxlen": 128
159
+ }
160
+ },
161
+ {
162
+ "code": "poweron",
163
+ "mode": "rw",
164
+ "type": "Boolean",
165
+ "property": {}
166
+ },
167
+ {
168
+ "code": "temp_calibration",
169
+ "mode": "rw",
170
+ "type": "Integer",
171
+ "property": {
172
+ "unit": "°",
173
+ "min": -1000,
174
+ "max": 1000,
175
+ "scale": 1,
176
+ "step": 1
177
+ }
178
+ },
179
+ {
180
+ "code": "temp_value",
181
+ "mode": "ro",
182
+ "type": "Integer",
183
+ "property": {
184
+ "unit": "℃",
185
+ "min": -200,
186
+ "max": 500,
187
+ "scale": 1,
188
+ "step": 1
189
+ }
190
+ }
191
+ ]
192
+ }