v0.9.9
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"id": "night_group",
|
||||
"category": "night",
|
||||
"name": {
|
||||
"pl": "Noc dla grupy",
|
||||
"en": "Night group"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Nocny przedział czasu + tryb domu sterują presetem sleep dla grupy lub strefy.",
|
||||
"en": "Night time + house mode applies sleep preset to a group or zone."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000125",
|
||||
"kind": "time_range",
|
||||
"x": 50,
|
||||
"y": 100,
|
||||
"config": {
|
||||
"start": "22:30",
|
||||
"end": "06:00"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000126",
|
||||
"kind": "house_mode",
|
||||
"x": 50,
|
||||
"y": 230,
|
||||
"config": {
|
||||
"operator": "neq",
|
||||
"value": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000127",
|
||||
"kind": "logic_and",
|
||||
"x": 315,
|
||||
"y": 165,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000128",
|
||||
"kind": "group_action",
|
||||
"x": 570,
|
||||
"y": 165,
|
||||
"config": {
|
||||
"group_id": "$group1",
|
||||
"power": true,
|
||||
"mode": "auto",
|
||||
"preset": "sleep",
|
||||
"setpoint": 20,
|
||||
"cooldown_seconds": 120
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000129",
|
||||
"from": "node-00000000-0000-4000-8000-000000000125",
|
||||
"to": "node-00000000-0000-4000-8000-000000000127"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000130",
|
||||
"from": "node-00000000-0000-4000-8000-000000000126",
|
||||
"to": "node-00000000-0000-4000-8000-000000000127"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000131",
|
||||
"from": "node-00000000-0000-4000-8000-000000000127",
|
||||
"to": "node-00000000-0000-4000-8000-000000000128"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user