Skip to content

Commit

Permalink
Rename Treatlife NL10 Bedside Lamp to v2.0.6, add v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Feb 13, 2024
1 parent 7a0a90c commit 69832e6
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"manufacturer": "Treatlife",
"name": "NL10 Bedside Lamp",
"name": "NL10 Bedside Lamp v2.0.6",
"key": "dxkmsiimcumdkoxb",
"ap_ssid": "TreatLife-SL",
"github_issues": [
35
],
"image_urls": [
"treatlife-nl10.jpg"
"treatlife-nl10-bedside-lamp-v2.0.6.jpg"
],
"profiles": [
"wb3s-rmd-night-light-2.0.6-sdk-2.0.0-30.06"
Expand Down
161 changes: 161 additions & 0 deletions devices/treatlife-nl10-bedside-lamp-v2.0.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"manufacturer": "Treatlife",
"name": "NL10 Bedside Lamp v2.0.8",
"key": "dxkmsiimcumdkoxb",
"ap_ssid": "TreatLife-SL",
"github_issues": [],
"image_urls": [
"treatlife-nl10-bedside-lamp-v2.0.8.jpg"
],
"profiles": [
"wb3s-rmd-night-light-2.0.8-sdk-2.0.0-30.06"
],
"schemas": {
"000002jjjr": [
{
"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": 31,
"type": "raw"
},
{
"mode": "rw",
"id": 32,
"type": "raw"
}
]
},
"device_configuration": {
"Jsonver": "1.1.0",
"b_lv": 1,
"b_pin": 26,
"brightmax": 100,
"brightmin": 10,
"c_lv": 1,
"c_pin": 8,
"cmod": "rgbcw",
"colormax": 100,
"colormin": 15,
"cwmaxp": 100,
"cwtype": 0,
"defbright": 100,
"defcolor": "c",
"deftemp": 100,
"dmod": 0,
"g_lv": 1,
"g_pin": 24,
"module": "WB3S",
"onoffmode": 0,
"pmemory": 1,
"pwmhz": 1000,
"r_lv": 1,
"r_pin": 9,
"rstbr": 50,
"rstcor": "c",
"rstmode": 0,
"rstnum": 3,
"rsttemp": 100,
"title20": 0,
"w_lv": 1,
"w_pin": 6,
"wfcfg": "spcl"
}
}
File renamed without changes
Binary file added images/treatlife-nl10-bedside-lamp-v2.0.8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions profiles/wb3s-rmd-night-light-2.0.8-sdk-2.0.0-30.06.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "2.0.8 - BK7231T",
"sub_name": "WB3S_RMD_Night_Light",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231T",
"name": "WB3S_RMD_Night_Light",
"version": "2.0.8",
"sdk": "2.0.0-30.06",
"key": "dxkmsiimcumdkoxb"
},
"data": {
"address_finish": "0x9CCDF",
"address_datagram": "0x8F8FB"
}
}

0 comments on commit 69832e6

Please sign in to comment.