param.json 450 B

12345678910111213141516171819202122232425262728
  1. [
  2. {
  3. "name": "mqttserver",
  4. "type": "ACInput",
  5. "value": "mqtt.thingspeak.com",
  6. "placeholder": "MQTT broker server",
  7. "label": "Server"
  8. },
  9. {
  10. "name": "channelid",
  11. "type": "ACInput",
  12. "value": "",
  13. "label": "Channel ID"
  14. },
  15. {
  16. "name": "userkey",
  17. "type": "ACInput",
  18. "value": "",
  19. "label": "User Key"
  20. },
  21. {
  22. "name": "apikey",
  23. "type": "ACInput",
  24. "value": "",
  25. "label": "API Key"
  26. }
  27. ]