v0.9.9
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"id": "workday_comfort",
|
||||
"category": "comfort",
|
||||
"name": {
|
||||
"pl": "Komfort w dni robocze",
|
||||
"en": "Workday comfort"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Pon.–pt. rano uruchamia preset komfortu w wybranej strefie.",
|
||||
"en": "Weekday morning comfort preset for the selected thermostat zone."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000001",
|
||||
"kind": "weekday",
|
||||
"x": 40,
|
||||
"y": 70,
|
||||
"config": {
|
||||
"days": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000002",
|
||||
"kind": "time_range",
|
||||
"x": 250,
|
||||
"y": 70,
|
||||
"config": {
|
||||
"start": "06:00",
|
||||
"end": "08:30"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000003",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 500,
|
||||
"y": 70,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "comfort",
|
||||
"setpoint": 21,
|
||||
"mode": "auto",
|
||||
"cooldown_seconds": 90
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000004",
|
||||
"from": "node-00000000-0000-4000-8000-000000000001",
|
||||
"to": "node-00000000-0000-4000-8000-000000000002"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000005",
|
||||
"from": "node-00000000-0000-4000-8000-000000000002",
|
||||
"to": "node-00000000-0000-4000-8000-000000000003"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user