2020-07-26 23:48:19 +02:00
|
|
|
|
{
|
2020-08-25 18:36:05 +03:00
|
|
|
|
"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?addItem=button-out": "1.Кнопка управляющая пином",
|
|
|
|
|
|
"/set?addItem=button-out-i": "2.Кнопка управляющая пином с инверсией",
|
|
|
|
|
|
"/set?addItem=pwm-out": "3.Широтно импульсная подуляция",
|
|
|
|
|
|
"/set?addItem=button-in": "4.Физическая кнопка"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"type": "hr"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"type": "csv",
|
|
|
|
|
|
"title": [
|
|
|
|
|
|
"html",
|
|
|
|
|
|
"text",
|
|
|
|
|
|
"text",
|
|
|
|
|
|
"text",
|
|
|
|
|
|
"text",
|
|
|
|
|
|
"text"
|
|
|
|
|
|
],
|
|
|
|
|
|
"state": "conf.csv",
|
|
|
|
|
|
"style": "width:100%;",
|
|
|
|
|
|
"action": "/set?saveItems",
|
|
|
|
|
|
"class": "btn btn-block btn-default"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"type": "link",
|
|
|
|
|
|
"title": "Удалить все",
|
|
|
|
|
|
"action": "/set?delAllItems",
|
|
|
|
|
|
"class": "btn btn-block btn-default"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"type": "hr"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2020-07-26 23:48:19 +02:00
|
|
|
|
}
|