Files
gree-controller/presets/night_quiet.json
T
2026-09-02 08:50:51 +02:00

74 lines
1.9 KiB
JSON

{
"id": "night_quiet",
"category": "night",
"name": {
"pl": "Nocny profil grupy",
"en": "Night group profile"
},
"description": {
"pl": "Korzysta bezpośrednio z istniejącego Trybu nocnego aplikacji i stanu grupy, aby zastosować preset sleep.",
"en": "Uses the app Night mode and group state directly to apply the sleep preset."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000132",
"kind": "night_mode",
"x": 45,
"y": 90,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000133",
"kind": "logic_and",
"x": 310,
"y": 155,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000134",
"kind": "group_action",
"x": 565,
"y": 155,
"config": {
"group_id": "$group1",
"power": null,
"mode": "auto",
"preset": "sleep",
"setpoint": 20,
"cooldown_seconds": 180
}
},
{
"id": "node-00000000-0000-4000-8000-000000000136",
"kind": "group_state",
"x": 45,
"y": 225,
"config": {
"group_id": "$group1",
"field": "power_enabled",
"operator": "eq",
"value": "true"
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000135",
"from": "node-00000000-0000-4000-8000-000000000132",
"to": "node-00000000-0000-4000-8000-000000000133"
},
{
"id": "edge-00000000-0000-4000-8000-000000000137",
"from": "node-00000000-0000-4000-8000-000000000136",
"to": "node-00000000-0000-4000-8000-000000000133"
},
{
"id": "edge-00000000-0000-4000-8000-000000000138",
"from": "node-00000000-0000-4000-8000-000000000133",
"to": "node-00000000-0000-4000-8000-000000000134"
}
]
}
}