mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
40 lines
929 B
JSON
40 lines
929 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
} |