Skip to content

Commit

Permalink
New device - Lexi APT01 String Light Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Feb 29, 2024
1 parent ed0d949 commit 1a823f5
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 0 deletions.
192 changes: 192 additions & 0 deletions devices/lexi-apt01-string-light-controller.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
{
"manufacturer": "Lexi",
"name": "APT01 String Light Controller",
"key": "keycqgvqq7a8qtg5",
"ap_ssid": "SmartLife",
"github_issues": [
629
],
"image_urls": [
"lexi-apt01-string-light-controller.jpg"
],
"profiles": [
"oem-bk7231s-light2-cw-string-xhr-micadc-1.1.0-sdk-1.0.3-40.00"
],
"schemas": {
"000001canw": [
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 20
},
{
"mode": "rw",
"property": {
"range": [
"white",
"colour",
"scene",
"music"
],
"type": "enum"
},
"id": 21,
"type": "obj"
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 10,
"max": 1000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 22
},
{
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 25,
"type": "obj"
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 86400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 26
},
{
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 27,
"type": "obj"
},
{
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 28,
"type": "obj"
},
{
"mode": "ro",
"property": {
"type": "string",
"maxlen": 255
},
"id": 101,
"type": "obj"
},
{
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 102,
"type": "obj"
},
{
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 103,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 255,
"scale": 1,
"step": 1,
"type": "value"
},
"id": 104,
"type": "obj"
}
]
},
"device_configuration": {
"Jsonver": "1.1.0",
"b_lv": 1,
"b_pin": 8,
"brightmax": 100,
"brightmin": 30,
"c_lv": 1,
"c_pin": 24,
"cmod": "cw",
"colormax": 100,
"colormin": 10,
"combmod": 1,
"combstatictime": 0,
"combuintround": 0,
"combuinttime": 32,
"cwmaxp": 100,
"cwtype": 0,
"defbright": 100,
"defcolor": "c",
"deftemp": 100,
"dmod": 0,
"g_lv": 1,
"g_pin": 9,
"key_lv": 0,
"key_pin": 8,
"keyfunc": 1,
"kswitch": 1,
"ktime": 3,
"led_lv": 0,
"led_pin": 7,
"ledfunc": 1,
"module": "WB3S",
"onoffmode": 0,
"pmemory": 1,
"pwmhz": 1000,
"r_lv": 1,
"r_pin": 19,
"rstbr": 100,
"rstcor": "c",
"rstindic": 1,
"rstmode": 2,
"rstnum": 3,
"rsttemp": 100,
"scene1": 31,
"scene2": 13,
"scene3": 23,
"scene4": 7,
"scene5": 30,
"scene6": 6,
"scene7": 26,
"scene8": 1,
"scenedynbright": 1000,
"scenedynspeed": 0,
"scenedyntemp": 1,
"scenestaticbright": 1000,
"scenestatictemp": 1,
"title20": 0,
"w_lv": 1,
"w_pin": 26,
"wfcfg": "prod"
}
}
Binary file added images/lexi-apt01-string-light-controller.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1.1.0 - BK7231T",
"sub_name": "oem_bk7231s_light2_cw_string_xhr_micadc",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231T",
"name": "oem_bk7231s_light2_cw_string_xhr_micadc",
"version": "1.1.0",
"sdk": "1.0.3-40.00",
"key": "keycqgvqq7a8qtg5"
},
"data": {
"address_finish": "0xA43E5",
"address_datagram": "0x976B5"
}
}

0 comments on commit 1a823f5

Please sign in to comment.