Skip to content

Commit

Permalink
New device - Tuya Generic LGB21 1 CH Dimmer v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Dec 30, 2024
1 parent 41e9cef commit cb42f3b
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
74 changes: 74 additions & 0 deletions devices/tuya-generic-lgb21-1-ch-dimmer-v1.0.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"manufacturer": "Tuya Generic",
"name": "LGB21 1 CH Dimmer v1.0.3",
"key": "ygndukvondue9lof",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"tuya-generic-lgb21-1-ch-dimmer-v1.0.3.jpg"
],
"profiles": [
"lgb21-1st-1.0.3-sdk-2.3.0-40.00"
],
"schemas": {
"0000030nj2": [
{
"mode": "rw",
"property": {
"type": "bool"
},
"id": 1,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 10,
"max": 1000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 2,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 10,
"max": 1000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 3,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 86400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 6,
"type": "obj"
},
{
"mode": "rw",
"property": {
"range": [
"off",
"on",
"memory"
],
"type": "enum"
},
"id": 14,
"type": "obj"
}
]
}
}
Binary file added images/tuya-generic-lgb21-1-ch-dimmer-v1.0.3.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/lgb21-1st-1.0.3-sdk-2.3.0-40.00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1.0.3 - BK7231T",
"sub_name": "LGB21_1st",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231T",
"name": "LGB21_1st",
"version": "1.0.3",
"sdk": "2.3.0-40.00"
},
"data": {
"address_finish": "0x2BEE3",
"address_ssid": "0x8C2EB",
"address_ssid_padding": 20
}
}

0 comments on commit cb42f3b

Please sign in to comment.