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.
27 lines
450 B
27 lines
450 B
[
|
|
{
|
|
"name": "mqttserver",
|
|
"type": "ACInput",
|
|
"value": "mqtt.thingspeak.com",
|
|
"placeholder": "MQTT broker server",
|
|
"label": "Server"
|
|
},
|
|
{
|
|
"name": "channelid",
|
|
"type": "ACInput",
|
|
"value": "",
|
|
"label": "Channel ID"
|
|
},
|
|
{
|
|
"name": "userkey",
|
|
"type": "ACInput",
|
|
"value": "",
|
|
"label": "User Key"
|
|
},
|
|
{
|
|
"name": "apikey",
|
|
"type": "ACInput",
|
|
"value": "",
|
|
"label": "API Key"
|
|
}
|
|
]
|
|
|