{
  "wireless": {
    "ssid":"abcd",
    "encryption":"psk2",
    "key":"1234567890"
  },
  "network":{
    "proto":"static",
    "ipaddr":"192.168.0.1",
    "netmask":"255.255.255.0",
    "gateway":"192.168.0.254",
  },
  "mqtt":{
    "host":"domain or ip address",
    "port":1883
  },
  "tokens":{
    "access":"eQAyPuxVRJ_g2ct5OhTU3ZRxWY2Bw2h7OIZwiTBXdS0",
    "refresh":"ZID72nJsJQM4GUfM7qdXSEKAq2IakOVEqBWk1LZTFDM"
  }
}