Skip to content

Commit f7de5a7

Browse files
committed
New device - LEDVANCE Orbis CCT Surface Downlight v1.0.6
1 parent ba25205 commit f7de5a7

File tree

3 files changed

+213
-0
lines changed

3 files changed

+213
-0
lines changed
Lines changed: 196 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,196 @@
1+
{
2+
"manufacturer": "LEDVANCE",
3+
"name": "Orbis CCT Surface Downlight v1.0.6",
4+
"key": "key9cdjdeqjph5sh",
5+
"ap_ssid": "LDV SMART+",
6+
"github_issues": [
7+
869
8+
],
9+
"image_urls": [
10+
"ledvance-orbis-cct-surface-downlight-v1.0.6.jpg"
11+
],
12+
"profiles": [
13+
"oem-bk7231t-ceiling-ldv-1.0.6-sdk-1.0.8-40.00"
14+
],
15+
"schemas": {
16+
"0000033gda": [
17+
{
18+
"mode": "rw",
19+
"property": {
20+
"type": "bool"
21+
},
22+
"id": 20,
23+
"type": "obj"
24+
},
25+
{
26+
"mode": "rw",
27+
"property": {
28+
"range": [
29+
"white",
30+
"colour",
31+
"scene",
32+
"music"
33+
],
34+
"type": "enum"
35+
},
36+
"id": 21,
37+
"type": "obj"
38+
},
39+
{
40+
"mode": "rw",
41+
"property": {
42+
"min": 10,
43+
"max": 1000,
44+
"scale": 0,
45+
"step": 1,
46+
"type": "value"
47+
},
48+
"id": 22,
49+
"type": "obj"
50+
},
51+
{
52+
"mode": "rw",
53+
"property": {
54+
"min": 0,
55+
"max": 1000,
56+
"scale": 0,
57+
"step": 1,
58+
"type": "value"
59+
},
60+
"id": 23,
61+
"type": "obj"
62+
},
63+
{
64+
"mode": "rw",
65+
"property": {
66+
"type": "string",
67+
"maxlen": 255
68+
},
69+
"id": 24,
70+
"type": "obj"
71+
},
72+
{
73+
"mode": "rw",
74+
"property": {
75+
"min": 0,
76+
"max": 86400,
77+
"scale": 0,
78+
"step": 1,
79+
"type": "value"
80+
},
81+
"id": 26,
82+
"type": "obj"
83+
},
84+
{
85+
"mode": "wr",
86+
"property": {
87+
"type": "string",
88+
"maxlen": 255
89+
},
90+
"id": 27,
91+
"type": "obj"
92+
},
93+
{
94+
"mode": "wr",
95+
"property": {
96+
"type": "string",
97+
"maxlen": 255
98+
},
99+
"id": 28,
100+
"type": "obj"
101+
},
102+
{
103+
"mode": "rw",
104+
"property": {
105+
"type": "string",
106+
"maxlen": 255
107+
},
108+
"id": 29,
109+
"type": "obj"
110+
},
111+
{
112+
"mode": "rw",
113+
"id": 30,
114+
"type": "raw"
115+
},
116+
{
117+
"mode": "rw",
118+
"id": 31,
119+
"type": "raw"
120+
},
121+
{
122+
"mode": "rw",
123+
"id": 32,
124+
"type": "raw"
125+
},
126+
{
127+
"mode": "rw",
128+
"id": 36,
129+
"type": "raw"
130+
},
131+
{
132+
"mode": "rw",
133+
"property": {
134+
"type": "bool"
135+
},
136+
"id": 41,
137+
"type": "obj"
138+
},
139+
{
140+
"mode": "rw",
141+
"id": 51,
142+
"type": "raw"
143+
}
144+
]
145+
},
146+
"device_configuration": {
147+
"Jsonver": "0.0.1",
148+
"b_lv": 1,
149+
"b_pin": 24,
150+
"brightmax": 100,
151+
"brightmin": 10,
152+
"c_lv": 1,
153+
"c_pin": 8,
154+
"cagt": 20,
155+
"category": "0505",
156+
"cmod": "rgbcw",
157+
"colormax": 100,
158+
"colormaxp": 100,
159+
"colormin": 10,
160+
"colorpfun": 1,
161+
"crc": 69,
162+
"cwmaxp": 100,
163+
"cwtype": 0,
164+
"defbright": 100,
165+
"defcolor": "c",
166+
"deftemp": 0,
167+
"dmod": 0,
168+
"g_lv": 1,
169+
"g_pin": 26,
170+
"gmkb": 60,
171+
"gmkg": 60,
172+
"gmkr": 80,
173+
"gmwb": 75,
174+
"gmwg": 70,
175+
"gmwr": 100,
176+
"module": "WB2L",
177+
"onoffmode": 0,
178+
"onofftime": 200,
179+
"prodagain": 0,
180+
"pwmhz": 2000,
181+
"r_lv": 1,
182+
"r_pin": 6,
183+
"remdmode": 0,
184+
"rgbt": 10,
185+
"rstbr": 100,
186+
"rstcor": "c",
187+
"rstnum": 5,
188+
"rsttemp": 0,
189+
"title20": 1,
190+
"w_lv": 1,
191+
"w_pin": 7,
192+
"wfcfg": "spcl_auto",
193+
"wfct": 3,
194+
"wt": 20
195+
}
196+
}
39.4 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.6 - BK7231T",
3+
"sub_name": "oem_bk7231t_ceiling_ldv",
4+
"type": "CLASSIC",
5+
"icon": "memory",
6+
"firmware": {
7+
"chip": "BK7231T",
8+
"name": "oem_bk7231t_ceiling_ldv",
9+
"version": "1.0.6",
10+
"sdk": "1.0.8-40.00",
11+
"key": "key9cdjdeqjph5sh"
12+
},
13+
"data": {
14+
"address_finish": "0xBA375",
15+
"address_datagram": "0xACD15"
16+
}
17+
}

0 commit comments

Comments
 (0)