2019-12-24 11:53:26 +03:00
|
|
|
{
|
|
|
|
|
"configs": [
|
|
|
|
|
"/config.setup.json"
|
|
|
|
|
],
|
|
|
|
|
"class":"col-sm-offset-1 col-sm-10 col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6",
|
|
|
|
|
"content": [
|
|
|
|
|
{
|
|
|
|
|
"type": "h5",
|
|
|
|
|
"title": "{{SSDP}}",
|
|
|
|
|
"class":"alert-warning"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "h4",
|
|
|
|
|
"title": "Server name:"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "input",
|
|
|
|
|
"title": "",
|
|
|
|
|
"name":"1",
|
|
|
|
|
"state": "{{mqttServer}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "h4",
|
|
|
|
|
"title": "Port:"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "input",
|
|
|
|
|
"title": "",
|
|
|
|
|
"name":"2",
|
|
|
|
|
"state": "{{mqttPort}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "h4",
|
|
|
|
|
"title": "User name:"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "input",
|
|
|
|
|
"title": "",
|
|
|
|
|
"name":"3",
|
|
|
|
|
"state": "{{mqttUser}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "h4",
|
|
|
|
|
"title": "Password:"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "input",
|
|
|
|
|
"title": "",
|
|
|
|
|
"name":"4",
|
|
|
|
|
"state": "{{mqttPass}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type":"h3",
|
|
|
|
|
"name":"my-block",
|
|
|
|
|
"style":"position:fixed;top:30%;left:50%;width:400px;margin-left:-200px;text-align:center;",
|
|
|
|
|
"class":"hidden"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "button",
|
2020-02-10 23:37:12 +03:00
|
|
|
"title":"Сохранить",
|
2019-12-24 11:53:26 +03:00
|
|
|
"action": "mqttSave?mqttServer=[[1]]&mqttPort=[[2]]&mqttUser=[[3]]&mqttPass=[[4]]",
|
|
|
|
|
"response":"[[my-block]]",
|
|
|
|
|
"class": "btn btn-block btn-success",
|
|
|
|
|
"style": "width:100%;display:inline"
|
|
|
|
|
},
|
2020-02-10 23:37:12 +03:00
|
|
|
{
|
|
|
|
|
"type": "link",
|
|
|
|
|
"title": "Перезагрузить устройство",
|
|
|
|
|
"action": "javascript:if(confirm(renameBlock(jsonResponse,'Перезагрузить?'))){send_request(this,'/restart?device=ok');}",
|
|
|
|
|
"class": "btn btn-block btn-warning"
|
|
|
|
|
},
|
2019-12-24 11:53:26 +03:00
|
|
|
{
|
|
|
|
|
"type": "link",
|
|
|
|
|
"title": "Главная",
|
|
|
|
|
"action": "/page.htm?index",
|
|
|
|
|
"class": "btn btn-block btn-danger btn-sm"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|