Skip to content

Commit a105429

Browse files
committed
New device - Tuya Generic 1CH Dimmer v1.0.1
1 parent 360b580 commit a105429

3 files changed

Lines changed: 118 additions & 0 deletions

File tree

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"manufacturer": "Tuya Generic",
3+
"name": "1CH Dimmer v1.0.1",
4+
"key": "5zsarybcltypoeaa",
5+
"ap_ssid": "SmartLife",
6+
"github_issues": [
7+
894
8+
],
9+
"image_urls": [
10+
"tuya-generic-1ch-dimmer-v1.0.1.jpg"
11+
],
12+
"profiles": [
13+
"zhwfb-single-dimmer-1.0.1-sdk-2.3.3-40.00"
14+
],
15+
"schemas": {
16+
"000004abbo": [
17+
{
18+
"mode": "rw",
19+
"property": {
20+
"type": "bool"
21+
},
22+
"id": 1,
23+
"type": "obj"
24+
},
25+
{
26+
"mode": "rw",
27+
"property": {
28+
"min": 10,
29+
"max": 1000,
30+
"scale": 0,
31+
"step": 1,
32+
"type": "value"
33+
},
34+
"id": 2,
35+
"type": "obj"
36+
},
37+
{
38+
"mode": "rw",
39+
"property": {
40+
"min": 10,
41+
"max": 1000,
42+
"scale": 0,
43+
"step": 1,
44+
"type": "value"
45+
},
46+
"id": 3,
47+
"type": "obj"
48+
},
49+
{
50+
"mode": "rw",
51+
"property": {
52+
"range": [
53+
"kickback",
54+
"seesaw_toggle",
55+
"seesaw_sync"
56+
],
57+
"type": "enum"
58+
},
59+
"id": 4,
60+
"type": "obj"
61+
},
62+
{
63+
"mode": "rw",
64+
"property": {
65+
"min": 10,
66+
"max": 1000,
67+
"scale": 0,
68+
"step": 1,
69+
"type": "value"
70+
},
71+
"id": 5,
72+
"type": "obj"
73+
},
74+
{
75+
"mode": "rw",
76+
"property": {
77+
"min": 0,
78+
"max": 86400,
79+
"scale": 0,
80+
"step": 1,
81+
"type": "value"
82+
},
83+
"id": 6,
84+
"type": "obj"
85+
},
86+
{
87+
"mode": "rw",
88+
"property": {
89+
"range": [
90+
"off",
91+
"on",
92+
"memory"
93+
],
94+
"type": "enum"
95+
},
96+
"id": 14,
97+
"type": "obj"
98+
}
99+
]
100+
}
101+
}
33.1 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "1.0.1 - BK7231N",
3+
"sub_name": "zhwfb_single_dimmer",
4+
"type": "CLASSIC",
5+
"icon": "memory",
6+
"firmware": {
7+
"chip": "BK7231N",
8+
"name": "zhwfb_single_dimmer",
9+
"version": "1.0.1",
10+
"sdk": "2.3.3-40.00"
11+
},
12+
"data": {
13+
"address_finish": "0x1B59B",
14+
"address_ssid": "0xBA3C9",
15+
"address_ssid_padding": 4
16+
}
17+
}

0 commit comments

Comments
 (0)