mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
268 Single Scenario changed to MQTT source
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"telegonof": "0",
|
||||
"weblogin": "admin",
|
||||
"webpass": "admin",
|
||||
"onescen": "1",
|
||||
"snaUdp": "0",
|
||||
"snaMqtt": "0",
|
||||
"blink": "1",
|
||||
"oneWirePin": "2",
|
||||
"serverip": "http://206.189.49.244"
|
||||
|
||||
@@ -172,18 +172,18 @@
|
||||
},
|
||||
{
|
||||
"type": "checkbox",
|
||||
"name": "onescen",
|
||||
"name": "snaMqtt",
|
||||
"title": "Включить единые сценарии для всех устройств",
|
||||
"action": "/set?onescen=[[onescen]]",
|
||||
"state": "{{onescen}}"
|
||||
"action": "/set?snaMqtt=[[snaMqtt]]",
|
||||
"state": "{{snaMqtt}}"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"title": "Отправить сценарии всем устройствам в локальной сети",
|
||||
"action": "/set?scenudp",
|
||||
"title": "Синхронизировать сценарии на всех устройствах",
|
||||
"action": "/set?scenMqtt",
|
||||
"class": "btn btn-block btn-default"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user