{ "name": "PlantControl", "device_id": "PlantCtrl1", "device_stats_interval": 60, "wifi": { "ssid": "SSID", "bssid" : "BSSID", "password": "mysecretPassword", "channel": 1 }, "mqtt": { "host": "[0-255].[0-255].[0-255].[0-255]", "port": 1883, "base_topic": "mqtt/topic/", "auth": false }, "ota": { "enabled": true }, "settings": { "deepsleep": 60000, "plants" : 3, "moist1" : 2000, "moist2" : 2000, "moist3" : 2000 } }