Skip to content

Commit

Permalink
Update split version profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Nov 29, 2024
1 parent 9d6d8c4 commit a43b1bf
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manufacturer": "Tuya Generic",
"name": "LV300 LV400 LV480 LV600ST LED Square LED Ceiling Light",
"name": "LV300 LV400 LV480 LV600ST LED Square LED Ceiling Light v1.0.0",
"key": "keyyepxwk9my9esq",
"ap_ssid": "SmartLife",
"github_issues": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
{
"manufacturer": "Tuya Generic",
"name": "LV300 LV400 LV480 LV600ST LED Square LED Ceiling Light v1.2.2",
"key": "keyyepxwk9my9esq",
"ap_ssid": "SmartLife",
"github_issues": [
174
],
"image_urls": [],
"profiles": [
"oem-bk7231n-ceiling-light-ty-1.2.2-sdk-2.3.1-40.00"
],
"schemas": {
"000003mojt": [
{
"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": 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": 28
}
]
},
"device_configuration": {
"Jsonver": "1.0.1",
"brightmax": 100,
"brightmin": 3,
"c_lv": 1,
"c_pin": 7,
"cagt": 20,
"category": "0502",
"cmod": "cw",
"crc": 59,
"cwmaxp": 100,
"cwtype": 1,
"defbright": 100,
"defcolor": "c",
"deftemp": 100,
"dmod": 0,
"irfunc": 0,
"module": "CB3L",
"mutex": 1,
"nightled": 0,
"notdisturb": 0,
"onoffmode": 0,
"onofftime": 800,
"pairt": 18,
"pmemory": 1,
"prodagain": 0,
"pwmhz": 2000,
"remdmode": 1,
"rgbt": 0,
"rstbr": 50,
"rstcor": "c",
"rstnum": 5,
"rsttemp": 100,
"title20": 1,
"w_lv": 1,
"w_pin": 6,
"wfcfg": "spcl_auto",
"wfct": 3,
"wt": 20
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"data": {
"address_finish": "0x1B39B",
"address_ssid": "0xDA531"
"address_ssid": "0xDA531",
"address_ssid_padding": 4
}
}

0 comments on commit a43b1bf

Please sign in to comment.