home/config.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2022-05-23 14:20:14 +00:00
{
"configs":
[
{
"id": "hochbeet",
"host": "hochbeet",
"port": 64001,
"water":
{
"relay": 2,
"autostate": false,
"times":
[
{
"on_time": "7:00",
"off_time": "7:20"
},
{
"on_time": "19:00",
"off_time": "19:20"
}
]
}
},
{
"id": "tomatentuppen",
"host": "hochbeet",
"port": 64001,
"water":
{
"relay": 3,
"autostate": false,
"times":
[
{
"on_time": "7:00",
"off_time": "7:20"
},
{
"on_time": "19:00",
"off_time": "19:20"
}
]
}
}
]
}