mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-01 21:09:14 +03:00
module LocalUpdate, GyverLamp, WebSocket for C6
This commit is contained in:
40
src/modules/display/GyverLAMP/modinfo.json
Normal file
40
src/modules/display/GyverLAMP/modinfo.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"menuSection": "screens",
|
||||
"configItem": [
|
||||
{
|
||||
"global": 0,
|
||||
"name": "GyverLAMP",
|
||||
"type": "Reading",
|
||||
"subtype": "GyverLAMP",
|
||||
"id": "GyverLAMP",
|
||||
"widget": "range",
|
||||
"page": "Кнопки",
|
||||
"descr": "GyverLAMP",
|
||||
"needSave": 0,
|
||||
"brightness": "10",
|
||||
"speed": 30,
|
||||
"dalay": 10000
|
||||
}
|
||||
],
|
||||
"about": {
|
||||
"authorName": "",
|
||||
"authorContact": "",
|
||||
"authorGit": "",
|
||||
"exampleURL": "",
|
||||
"specialThanks": "",
|
||||
"moduleName": "GyverLAMP",
|
||||
"moduleVersion": "1",
|
||||
"moduleDesc": "xxx",
|
||||
"propInfo": {},
|
||||
"funcInfo": []
|
||||
},
|
||||
"defActive": false,
|
||||
"usedLibs": {
|
||||
"esp32*": [
|
||||
"fastled/FastLED@^3.5.0"
|
||||
],
|
||||
"esp82*": [
|
||||
"fastled/FastLED@^3.5.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user