Files
gardentron/server/config.json
2023-06-28 20:48:38 +02:00

20 lines
325 B
JSON

{
"water_low": false,
"timeout": 120,
"check_interval": 2.5,
"threshold": 6,
"moisture": {
"thresholds": {
"lower": {
"sensor_0": 60,
"sensor_1": 50,
"sensor_2": 50
},
"upper": {
"sensor_0": 90,
"sensor_1": 90,
"sensor_2": 90
}
}
}
}