-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add v1.0.6 for Feit FETAPE/RGBW/CNTRSC (#93)
* 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
1 parent
5c10af1
commit 7a17388
Showing
2 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |