gardencontrol/config/config.json
2021-05-07 09:28:08 +02:00

61 lines
1.3 KiB
JSON

{
"hostname": "localhost",
"port": "64001",
"water": [
{
"id": "1",
"autostate": false,
"pin": "22",
"times": [
{
"on_time": "7:00",
"off_time": "7:20"
},
{
"on_time": "19:00",
"off_time": "19:20"
}
]
},
{
"id": "2",
"autostate": false,
"pin": "17",
"times": [
{
"on_time": "7:20",
"off_time": "7:40"
},
{
"on_time": "19:20",
"off_time": "19:40"
}
]
},
{
"id": "3",
"autostate": false,
"pin": "27",
"times": [
{
"on_time": "7:40",
"off_time": "8:00"
},
{
"on_time": "19:40",
"off_time": "20:00"
}
]
}
],
"heat": [
{
"id": "1",
"autostate": false,
"pin": "26",
"on_temperature": "3",
"off_temperature": "5"
}
]
}