mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
@@ -712,7 +712,7 @@
|
||||
"type": "Writing",
|
||||
"subtype": "IoTServo",
|
||||
"id": "servo",
|
||||
"widget": "range",
|
||||
"widget": "rangeServo",
|
||||
"page": "servo",
|
||||
"descr": "угол",
|
||||
"int": 1,
|
||||
|
||||
@@ -3,8 +3,14 @@
|
||||
"name": "IoTmanagerVer4",
|
||||
"apssid": "IoTmanager",
|
||||
"appass": "",
|
||||
"routerssid": ["iot","wifi"],
|
||||
"routerpass": ["hostel3333","pswd"],
|
||||
"routerssid": [
|
||||
"iot",
|
||||
"wifi"
|
||||
],
|
||||
"routerpass": [
|
||||
"hostel3333",
|
||||
"pswd"
|
||||
],
|
||||
"timezone": 2,
|
||||
"ntp": "pool.ntp.org",
|
||||
"weblogin": "admin",
|
||||
@@ -406,6 +412,10 @@
|
||||
"path": "src/modules/display/NextionUpload",
|
||||
"active": false
|
||||
},
|
||||
{
|
||||
"path": "src/modules/display/Oled128",
|
||||
"active": false
|
||||
},
|
||||
{
|
||||
"path": "src/modules/display/Smi2_m",
|
||||
"active": true
|
||||
|
||||
@@ -246,11 +246,11 @@
|
||||
"debounce": 500
|
||||
},
|
||||
{
|
||||
"name": "range",
|
||||
"name": "rangeServo",
|
||||
"label": "Ползунок (Servo)",
|
||||
"widget": "range",
|
||||
"descrColor": "red",
|
||||
"after": "%",
|
||||
"after": "°",
|
||||
"k": 1,
|
||||
"min": 0,
|
||||
"max": 180,
|
||||
|
||||
Reference in New Issue
Block a user