Skip to content

Commit

Permalink
LSC-Moodlight_3204432-RGB-BULB (#86)
Browse files Browse the repository at this point in the history
* New device - LSC 3204432 Moodlight RGBW Bulb
  • Loading branch information
snakesrules94 authored Jan 28, 2024
1 parent 54e2b24 commit 11c4992
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 0 deletions.
200 changes: 200 additions & 0 deletions devices/lsc-3204432-moodlight-rgbw-bulb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
{
"manufacturer": "LSC",
"name": "3204432 Moodlight RGBW Bulb",
"key": "keydhn7587yertgt",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"lsc-3204432-moodlight-rgbw-bulb.jpg"
],
"profiles": [
"oem-bk7231n-atmosphere-light-ty-2.0.0-sdk-2.3.1-40.00"
],
"schemas": {
"eu4aww": [
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 20
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"white",
"colour",
"scene",
"music"
],
"type": "enum"
},
"id": 21
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 10,
"max": 1000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 22
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 24
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 25
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 86400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 26
},
{
"type": "obj",
"mode": "wr",
"property": {
"type": "string",
"maxlen": 255
},
"id": 27
},
{
"type": "obj",
"mode": "wr",
"property": {
"type": "string",
"maxlen": 255
},
"id": 28
},
{
"mode": "rw",
"id": 30,
"type": "raw"
},
{
"mode": "rw",
"id": 31,
"type": "raw"
},
{
"mode": "rw",
"id": 32,
"type": "raw"
},
{
"mode": "rw",
"id": 33,
"type": "raw"
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 42
},
{
"mode": "rw",
"id": 55,
"type": "raw"
}
]
},
"device_configuration": {
"Jsonver": "0.0.1",
"adclimit": 1600,
"aging": 0,
"b_lv": 1,
"b_pin": 24,
"brightmax": 90,
"brightmin": 10,
"c_lv": 1,
"c_pin": 26,
"category": "0504",
"cmod": "rgbc",
"colormax": 100,
"colormin": 10,
"crc": 5,
"cwtype": 0,
"defbright": 70,
"defcolor": "c",
"deftemp": 100,
"dmod": 0,
"g_lv": 1,
"g_pin": 7,
"gmkb": 60,
"gmkg": 60,
"gmkr": 80,
"gmwb": 90,
"gmwg": 90,
"gmwr": 90,
"irfunc": 0,
"ismusic": 1,
"k1dfunc": 0,
"k2dfunc": 0,
"k2lfunc": 0,
"k2pin_lv": 0,
"k2pin_pin": 8,
"k2sfunc": 7,
"k3dfunc": 0,
"k3lfunc": 0,
"k3pin_lv": 0,
"k3pin_pin": 9,
"k3sfunc": 12,
"key_lv": 0,
"key_pin": 14,
"keyfunc": 1,
"knum": 3,
"ktime": 5,
"micpin": 23,
"module": "CBU",
"notdisturb": 0,
"onoffmode": 0,
"pmemory": 1,
"pwmhz": 1000,
"r_lv": 1,
"r_pin": 6,
"remdmode": 0,
"rstbr": 30,
"rstcor": "b",
"rstmode": 1,
"rsttemp": 100,
"sfunc": 3,
"swgmod": 0,
"tempstep": 25,
"title20": 0,
"wfcfg": "spcl_auto",
"wfct": 3,
"wgmod": 0
}
}
Binary file added images/lsc-3204432-moodlight-rgbw-bulb.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,18 @@
{
"name": "2.0.0 - BK7231N",
"sub_name": "oem_bk7231n_atmosphere_light_ty",
"type": "CLASSIC",
"icon": "lightbulb-outline",
"firmware": {
"chip": "BK7231N",
"name": "oem_bk7231n_atmosphere_light_ty",
"version": "2.0.0",
"sdk": "2.3.1-40.00",
"key": "keydhn7587yertgt"
},
"data": {
"address_finish": "0x1B5AB",
"address_ssid": "0xC6939",
"address_ssid_padding": 4
}
}

0 comments on commit 11c4992

Please sign in to comment.