Skip to content

Commit

Permalink
Add v1.0.6 for Feit FETAPE/RGBW/CNTRSC (#93)
Browse files Browse the repository at this point in the history
* Add v1.0.6 for Feit FETAPE/RGBW/CNTRSC. Existing profiles for this device or FW v1.0.6 would not work, have succesfully tested this new profile as working

---------

Authored-by: Mike Keeth <[email protected]>
  • Loading branch information
ogremustcrush authored May 8, 2024
1 parent 5c10af1 commit 7a17388
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 0 deletions.
132 changes: 132 additions & 0 deletions devices/feit-fetape-rgbw-cntrsc-led-strip-v1.0.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"manufacturer": "Feit",
"name": "FETAPE-RGBW-CNTRSC LED Strip v1.0.6",
"key": "s4z3nskgoy958zut",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"feit-tape16-rgbw-rp-led-strip.jpg"
],
"profiles": [
"potek-lst-fw-1.0.6-sdk-2.3.1-40.00"
],
"schemas": {
"000003kuc7": [
{
"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": 1,
"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
}
]
},
"device_configuration": {
"Jsonver": "1.1.0",
"b_lv": 1,
"b_pin": 7,
"brightmax": 100,
"brightmin": 10,
"c_lv": 1,
"c_pin": 6,
"cmod": "rgbc",
"colormax": 100,
"colormin": 10,
"cwmaxp": 100,
"cwtype": 0,
"defbright": 100,
"defcolor": "c",
"deftemp": 100,
"dmod": 0,
"g_lv": 1,
"g_pin": 8,
"module": "CBU",
"onoffmode": 0,
"pmemory": 1,
"pwmhz": 16000,
"r_lv": 1,
"r_pin": 9,
"rstbr": 50,
"rstcor": "c",
"rstmode": 0,
"rstnum": 3,
"rsttemp": 100,
"title20": 0,
"wfcfg": "spcl_auto"
}
}
17 changes: 17 additions & 0 deletions profiles/potek-lst-fw-1.0.6-sdk-2.3.1-40.00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1.0.6 - BK7231N",
"sub_name": "POTEK_LST_FW",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231N",
"name": "POTEK_LST_FW",
"version": "1.0.6",
"sdk": "2.3.1-40.00"
},
"data": {
"address_finish": "0x1B39B",
"address_ssid": "0xC83B5",
"address_ssid_padding": 4
}
}

0 comments on commit 7a17388

Please sign in to comment.