Skip to content

Commit a658eaf

Browse files
committed
New device - Tuya Generic Light Strip v1.0.4
1 parent 4653bd7 commit a658eaf

3 files changed

Lines changed: 138 additions & 0 deletions

File tree

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
{
2+
"manufacturer": "Tuya Generic",
3+
"name": "Light Strip v1.0.4",
4+
"key": "x25a7aidjsz3plgz",
5+
"ap_ssid": "SmartLife",
6+
"github_issues": [],
7+
"image_urls": [
8+
"tuya-generic-light-strip-v1.0.4.jpg"
9+
],
10+
"profiles": [
11+
"hys-03-010-rgb-x25a7aidjsz3plgz-1.0.4-sdk-1.0.0-40.00"
12+
],
13+
"schemas": {
14+
"000001zs2n": [
15+
{
16+
"mode": "rw",
17+
"property": {
18+
"type": "bool"
19+
},
20+
"id": 20,
21+
"type": "obj"
22+
},
23+
{
24+
"mode": "rw",
25+
"property": {
26+
"range": [
27+
"white",
28+
"colour",
29+
"scene",
30+
"music"
31+
],
32+
"type": "enum"
33+
},
34+
"id": 21,
35+
"type": "obj"
36+
},
37+
{
38+
"mode": "rw",
39+
"property": {
40+
"type": "string",
41+
"maxlen": 255
42+
},
43+
"id": 24,
44+
"type": "obj"
45+
},
46+
{
47+
"mode": "rw",
48+
"property": {
49+
"type": "string",
50+
"maxlen": 255
51+
},
52+
"id": 25,
53+
"type": "obj"
54+
},
55+
{
56+
"mode": "rw",
57+
"property": {
58+
"min": 0,
59+
"max": 86400,
60+
"scale": 0,
61+
"step": 1,
62+
"type": "value"
63+
},
64+
"id": 26,
65+
"type": "obj"
66+
},
67+
{
68+
"mode": "wr",
69+
"property": {
70+
"type": "string",
71+
"maxlen": 255
72+
},
73+
"id": 27,
74+
"type": "obj"
75+
},
76+
{
77+
"mode": "wr",
78+
"property": {
79+
"type": "string",
80+
"maxlen": 255
81+
},
82+
"id": 28,
83+
"type": "obj"
84+
}
85+
]
86+
},
87+
"device_configuration": {
88+
"Jsonver": "1.1.0",
89+
"b_lv": 1,
90+
"b_pin": 8,
91+
"brightmax": 100,
92+
"brightmin": 10,
93+
"c_lv": 1,
94+
"c_pin": 6,
95+
"cmod": "rgbcw",
96+
"colormax": 100,
97+
"colormin": 10,
98+
"cwmaxp": 100,
99+
"cwtype": 0,
100+
"defbright": 100,
101+
"defcolor": "c",
102+
"deftemp": 100,
103+
"dmod": 0,
104+
"g_lv": 1,
105+
"g_pin": 18,
106+
"module": "WB3S",
107+
"onoffmode": 0,
108+
"pmemory": 1,
109+
"pwmhz": 1000,
110+
"r_lv": 1,
111+
"r_pin": 19,
112+
"rstbr": 50,
113+
"rstcor": "c",
114+
"rstmode": 0,
115+
"rstnum": 3,
116+
"rsttemp": 100,
117+
"title20": 0,
118+
"w_lv": 1,
119+
"w_pin": 7,
120+
"wfcfg": "spcl"
121+
}
122+
}
49.7 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "1.0.4 - BK7231T",
3+
"sub_name": "HYS_03_010_RGB_x25a7aidjsz3plgz",
4+
"type": "CLASSIC",
5+
"icon": "memory",
6+
"firmware": {
7+
"chip": "BK7231T",
8+
"name": "HYS_03_010_RGB_x25a7aidjsz3plgz",
9+
"version": "1.0.4",
10+
"sdk": "1.0.0-40.00"
11+
},
12+
"data": {
13+
"address_finish": "0xA1389",
14+
"address_datagram": "0x947E5"
15+
}
16+
}

0 commit comments

Comments
 (0)