mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Single network space for scenario added
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"telegonof": "0",
|
||||
"weblogin": "admin",
|
||||
"webpass": "admin",
|
||||
"udponoff": "1",
|
||||
"onescen": "1",
|
||||
"blink": "1",
|
||||
"oneWirePin": "2",
|
||||
"serverip": "http://206.189.49.244"
|
||||
|
||||
@@ -170,6 +170,25 @@
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "checkbox",
|
||||
"name": "onescen",
|
||||
"title": "Включить единые сценарии для всех устройств",
|
||||
"action": "/set?onescen=[[onescen]]",
|
||||
"state": "{{onescen}}"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"title": "Отправить сценарии всем устройствам в локальной сети",
|
||||
"action": "/set?scenudp",
|
||||
"class": "btn btn-block btn-default"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"title": "Очистить графики и введенные данные",
|
||||
|
||||
Reference in New Issue
Block a user