feat: added config

This commit is contained in:
Elias Renman
2023-06-17 13:17:40 +02:00
parent 668524832e
commit 05da42f29f
4 changed files with 75 additions and 0 deletions

View File

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