Skip to content

Commit

Permalink
Add SYLVANIA SmartPlus A19CCECWF RGBCT Bulb (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-ronnander authored Feb 9, 2024
1 parent 9182152 commit d38c0cf
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 0 deletions.
155 changes: 155 additions & 0 deletions devices/sylvania-smartplus-a19ccecwf-rgbct-bulb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
{
"manufacturer": "SYLVANIA",
"name": "SmartPlus A19CCECWF RGBCT Bulb",
"key": "key3fscgx7apny5f",
"ap_ssid": "SYLVANIA Smart",
"github_issues": [],
"image_urls": [
"sylvania-a19ccecwf-a19-smart-plus-rbgcw-smart-bulb.jpg"
],
"profiles": [
"oem-bk7231s-light-sp-mix4to5-db-1.0.9-sdk-2.0.0-30.05"
],
"schemas": {
"000000hfaz": [
{
"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": {
"min": 0,
"max": 1000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 23
},
{
"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": 210,
"type": "raw"
}
]
},
"device_configuration": {
"Jsonver": "1.1.0",
"b_lv": 1,
"b_pin": 9,
"brightmax": 100,
"brightmin": 5,
"c_lv": 1,
"c_pin": 24,
"cmod": "rgbc",
"colormax": 100,
"colormin": 10,
"cwmaxp": 100,
"cwtype": 0,
"defbright": 100,
"defcolor": "c",
"deftemp": 0,
"dmod": 0,
"g_lv": 1,
"g_pin": 8,
"mix4to5": 1,
"module": "WB3S",
"onoffmode": 1,
"pmemory": 1,
"pwmhz": 2000,
"r_lv": 1,
"r_pin": 7,
"rstbr": 50,
"rstcor": "c",
"rstmode": 0,
"rstnum": 5,
"rsttemp": 0,
"title20": 1,
"wfcfg": "prod"
}
}
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.0.9 - BK7231T",
"sub_name": "oem_bk7231s_light_sp_mix4to5_db",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231T",
"name": "oem_bk7231s_light_sp_mix4to5_db",
"version": "1.0.9",
"sdk": "2.0.0-30.05",
"key": "key3fscgx7apny5f"
},
"data": {
"address_finish": "0x99CF7",
"address_datagram": "0x8D18B"
}
}

0 comments on commit d38c0cf

Please sign in to comment.