Files
gardentron/server/config.json
2023-06-17 13:17:40 +02:00

18 lines
239 B
JSON

{
"timeout": 30,
"threshold": 6,
"moisture": {
"thresholds": {
"lower": {
"0": 20,
"1": 20,
"2": 20
},
"upper": {
"0": 70,
"1": 70,
"2": 70
}
}
}
}