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