Files
gardentron/server/config.json.example
2023-06-18 12:15:12 +02:00

20 lines
328 B
JSON

{
"water_low": false,
"timeout": 30,
"check_interval": 2.5,
"threshold": 6,
"moisture": {
"thresholds": {
"lower": {
"sensor_0": 20,
"sensor_1": 20,
"sensor_2": 20
},
"upper": {
"sensor_0": 70,
"sensor_1": 70,
"sensor_2": 70
}
}
}
}