mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
123 lines
3.4 KiB
JSON
123 lines
3.4 KiB
JSON
{
|
||
"configs": [
|
||
"/config.setup.json",
|
||
"/config.option.json",
|
||
"/config.live.json",
|
||
"/lang/lang.ru.json"
|
||
],
|
||
"class": "col-sm-offset-1 col-sm-10",
|
||
"content": [
|
||
{
|
||
"type": "h5",
|
||
"title": "{{name}}",
|
||
"class": "alert-default"
|
||
},
|
||
{
|
||
"type": "link",
|
||
"title": "{{ButMainPage}}",
|
||
"action": "/",
|
||
"class": "btn btn-block btn-default"
|
||
},
|
||
{
|
||
"type": "hr"
|
||
},
|
||
{
|
||
"type": "dropdown",
|
||
"name": "help-url",
|
||
"class": "btn btn-default",
|
||
"style": "display:inline",
|
||
"title": {
|
||
"#": "Выберите элемент из списка<span class=\"caret\"></span>",
|
||
"/set?element=button-out": "1.Кнопка управляющая пином",
|
||
"/set?element=button-out-i": "2.Кнопка управляющая пином с инверсией",
|
||
"/set?element=pwm-out": "3.Широтно импульсная подуляция",
|
||
"/set?element=button-in": "4.Физическая кнопка"
|
||
}
|
||
},
|
||
{
|
||
"type": "hr"
|
||
},
|
||
{
|
||
"type": "csv",
|
||
"title": [
|
||
"html",
|
||
"text",
|
||
"text",
|
||
"text",
|
||
"text",
|
||
"text"
|
||
],
|
||
"state": "conf.csv",
|
||
"style": "width:100%;",
|
||
"action": "/set?save",
|
||
"class": "btn btn-block btn-default"
|
||
},
|
||
{
|
||
"type": "link",
|
||
"title": "Удалить все",
|
||
"action": "/set?cleanconf",
|
||
"class": "btn btn-block btn-default"
|
||
},
|
||
{
|
||
"type": "hr"
|
||
},
|
||
{
|
||
"type": "h4",
|
||
"title": "Если",
|
||
"style": "width:25%;float:left;"
|
||
},
|
||
{
|
||
"type": "select",
|
||
"name": "id-arg",
|
||
"action": "/set?id=[[id-arg]]",
|
||
"state": "en",
|
||
"title": "items/elements.json",
|
||
"style": "width:25%;float:left"
|
||
},
|
||
{
|
||
"type": "select",
|
||
"name": "id-arg2",
|
||
"action": "/set?id=[[id-arg2]]",
|
||
"state": "en",
|
||
"title": "items/signs.json",
|
||
"style": "width:25%;float:left"
|
||
},
|
||
{
|
||
"type": "input",
|
||
"title": "",
|
||
"name": "fsi-arg",
|
||
"pattern": "",
|
||
"state": "{{fsi}}",
|
||
"style": "width:25%;float:left"
|
||
},
|
||
{
|
||
"type": "hr"
|
||
},
|
||
{
|
||
"type": "h4",
|
||
"title": "То",
|
||
"style": "width:25%;float:left;"
|
||
},
|
||
{
|
||
"type": "select",
|
||
"name": "id-arg3",
|
||
"action": "/set?id=[[id-arg3]]",
|
||
"state": "en",
|
||
"title": "items/elements.json",
|
||
"style": "width:25%;float:left"
|
||
},
|
||
{
|
||
"type": "h4",
|
||
"title": "=",
|
||
"style": "width:25%;float:left;"
|
||
},
|
||
{
|
||
"type": "input",
|
||
"title": "",
|
||
"name": "fsi-arg",
|
||
"pattern": "",
|
||
"state": "{{fsi}}",
|
||
"style": "width:25%;float:left"
|
||
}
|
||
]
|
||
} |