You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
447 B
23 lines
447 B
{
|
|
"title": "MQTT Setting",
|
|
"uri": "/mqtt_save",
|
|
"menu": false,
|
|
"element": [
|
|
{
|
|
"name": "caption",
|
|
"type": "ACText",
|
|
"value": "<h4>Parameters saved as:</h4>",
|
|
"style": "text-align:center;color:#2f4f4f;padding:10px;"
|
|
},
|
|
{
|
|
"name": "parameters",
|
|
"type": "ACText"
|
|
},
|
|
{
|
|
"name": "clear",
|
|
"type": "ACSubmit",
|
|
"value": "Clear channel",
|
|
"uri": "/mqtt_clear"
|
|
}
|
|
]
|
|
}
|
|
|