Files
IoTManager/data/set.telegram.json

45 lines
950 B
JSON
Raw Normal View History

2020-09-02 22:34:49 +03:00
{
"configs": [
"/config.setup.json",
"/lang/lang.ru.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": "{{name}}",
"class": "alert-default"
},
{
"type": "link",
"title": "{{ButMainPage}}",
"action": "/",
"class": "btn btn-block btn-default"
},
{
"type": "hr"
},
{
"type": "h4",
"style": "width:60%;float:left;",
2020-11-04 23:48:21 +03:00
"title": "Telegram API token:"
2020-09-02 22:34:49 +03:00
},
{
"type": "input",
"title": "",
2020-11-04 23:48:21 +03:00
"name": "telegramApi-arg",
2020-09-02 22:34:49 +03:00
"style": "width:40%;float:right",
2020-11-04 23:48:21 +03:00
"state": "{{telegramApi}}"
2020-09-02 22:34:49 +03:00
},
{
"type": "button",
"title": "{{ButSave}}",
2020-11-04 23:48:21 +03:00
"action": "set?telegramApi=[[telegramApi-arg]]",
2020-09-02 22:34:49 +03:00
"class": "btn btn-block btn-default",
"style": "width:100%;display:inline"
},
{
"type": "hr"
}
]
}