mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
20 lines
325 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
} |