268 Single Scenario changed to MQTT source

This commit is contained in:
Dmitry Borisenko
2020-12-02 04:12:10 +03:00
parent 38924e4ed3
commit e88718ada0
8 changed files with 83 additions and 34 deletions

View File

@@ -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"
},
{