{ "mqtt": { "username": "mariano", "password": "secret", "host": "localhost", "port": 1883, "topic": "sensors" }, "misc": { "interval_ms": 1000, "verbose": true }, "sensors": { "Sensor 1": { "lat": 10, "lng": 10, "unit": "C", "type": "temperature", "range": [0, 45], "description": "Main Entrance" }, "Sensor 2": { "lat": 90, "lng": 90, "unit": "C", "type": "temperature", "range": [0, 45], "description": "Kitchen" }, "Sensor 3": { "lat": 90, "lng": 10, "unit": "C", "type": "temperature", "range": [0, 45], "description": "Deposit" }, "Sensor 4": { "lat": 10, "lng": 90, "unit": "C", "type": "temperature", "range": [0, 45], "description": "Assemlby Floor" }, "Sensor 5": { "lat": 50, "lng": 50, "unit": "C", "type": "temperature", "range": [0, 45], "description": "Offices" } } }