Single network space for scenario added

This commit is contained in:
Dmitry Borisenko
2020-11-21 06:03:02 +03:00
parent 70c34d3d8d
commit 38924e4ed3
7 changed files with 122 additions and 53 deletions

View File

@@ -17,7 +17,7 @@
"telegonof": "0",
"weblogin": "admin",
"webpass": "admin",
"udponoff": "1",
"onescen": "1",
"blink": "1",
"oneWirePin": "2",
"serverip": "http://206.189.49.244"

View File

@@ -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": "Очистить графики и введенные данные",