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.
mqtt-sensord/mqtt-sensord.conf.example

15 lines
258 B

{
"host": {
"name": "dev-pi",
"interval": 10
},
"mqtt": {
"host": "127.0.0.1",
"user": "sensornode",
"password": "password"
},
"sensors": [
{"id": 1, "name": "Pi Humidity 1", "type": "pi-dht22", "description": "nope"}
]
}