mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-17 04:56:06 +01:00
19 lines
236 B
JSON
19 lines
236 B
JSON
{
|
|
"timeout": 30,
|
|
"threshold": 6,
|
|
"moisture": {
|
|
"thresholds": {
|
|
"lower": {
|
|
"0": 20,
|
|
"1": 20,
|
|
"2": 20
|
|
},
|
|
"upper": {
|
|
"0": 70,
|
|
"1": 70,
|
|
"2": 70
|
|
}
|
|
}
|
|
}
|
|
}
|