Files
gardentron/server/config.json
2023-07-03 11:10:55 +02:00

20 lines
325 B
JSON

{
"water_low": true,
"timeout": 120,
"check_interval": 60,
"threshold": 3.5,
"moisture": {
"thresholds": {
"lower": {
"sensor_0": 67,
"sensor_1": 50,
"sensor_2": 50
},
"upper": {
"sensor_0": 90,
"sensor_1": 90,
"sensor_2": 90
}
}
}
}