node-red-contrib-alarm-ultimate 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,99 @@
1
+ [
2
+ {
3
+ "id": "a9f3e19b2b7c4d01",
4
+ "type": "tab",
5
+ "label": "Alarm Ultimate - Dashboard",
6
+ "disabled": false,
7
+ "info": ""
8
+ },
9
+ {
10
+ "id": "c2d1e0f9a8b7c601",
11
+ "type": "comment",
12
+ "z": "a9f3e19b2b7c4d01",
13
+ "name": "Requires node-red-dashboard",
14
+ "info": "Installa `node-red-dashboard`, poi importa questo flow.\n\nSe hai cambiato `httpAdminRoot`, modifica l'URL dell'iframe nel nodo ui_template.",
15
+ "x": 200,
16
+ "y": 60,
17
+ "wires": []
18
+ },
19
+ {
20
+ "id": "f1c9d0f3d9b8a001",
21
+ "type": "ui_tab",
22
+ "name": "Alarm Ultimate",
23
+ "icon": "dashboard",
24
+ "disabled": false,
25
+ "hidden": false
26
+ },
27
+ {
28
+ "id": "0d9c8b7a6e5f4321",
29
+ "type": "ui_group",
30
+ "name": "Panel",
31
+ "tab": "f1c9d0f3d9b8a001",
32
+ "order": 1,
33
+ "disp": true,
34
+ "width": "12",
35
+ "collapse": false,
36
+ "className": ""
37
+ },
38
+ {
39
+ "id": "a1b2c3d4e5f6a7b8",
40
+ "type": "AlarmSystemUltimate",
41
+ "z": "a9f3e19b2b7c4d01",
42
+ "name": "Home Alarm",
43
+ "controlTopic": "alarm",
44
+ "payloadPropName": "payload",
45
+ "translatorConfig": "",
46
+ "persistState": true,
47
+ "requireCodeForArm": false,
48
+ "requireCodeForDisarm": false,
49
+ "armCode": "",
50
+ "duressCode": "",
51
+ "blockArmOnViolations": true,
52
+ "exitDelaySeconds": 10,
53
+ "entryDelaySeconds": 30,
54
+ "emitOpenZonesDuringArming": false,
55
+ "openZonesArmingIntervalSeconds": 1,
56
+ "openZonesRequestTopic": "alarm/listOpenZones",
57
+ "openZonesRequestIntervalSeconds": 0,
58
+ "sirenDurationSeconds": 180,
59
+ "sirenLatchUntilDisarm": false,
60
+ "sirenTopic": "alarm/siren",
61
+ "sirenOnPayload": true,
62
+ "sirenOnPayloadType": "bool",
63
+ "sirenOffPayload": false,
64
+ "sirenOffPayloadType": "bool",
65
+ "emitRestoreEvents": false,
66
+ "maxLogEntries": 50,
67
+ "zones": "[\n {\n \"id\": \"front_door\",\n \"name\": \"Front door\",\n \"topic\": \"sensor/frontdoor\",\n \"type\": \"perimeter\",\n \"entry\": true,\n \"bypassable\": true,\n \"chime\": true\n },\n {\n \"id\": \"living_pir\",\n \"name\": \"Living PIR\",\n \"topic\": \"sensor/living_pir\",\n \"type\": \"motion\",\n \"entry\": false,\n \"bypassable\": true,\n \"cooldownSeconds\": 10\n }\n]",
68
+ "x": 230,
69
+ "y": 160,
70
+ "wires": [
71
+ [],
72
+ [],
73
+ [],
74
+ [],
75
+ [],
76
+ [],
77
+ [],
78
+ [],
79
+ []
80
+ ]
81
+ },
82
+ {
83
+ "id": "5c4b3a291807f6e5",
84
+ "type": "ui_template",
85
+ "z": "a9f3e19b2b7c4d01",
86
+ "group": "0d9c8b7a6e5f4321",
87
+ "name": "Alarm Panel (embed)",
88
+ "order": 1,
89
+ "width": "12",
90
+ "height": "18",
91
+ "format": "<iframe src=\"/alarm-ultimate/alarm-panel?embed=1&id=a1b2c3d4e5f6a7b8\" style=\"width:100%; height:720px; border:0; border-radius:10px;\"></iframe>",
92
+ "storeOutMessages": false,
93
+ "fwdInMessages": false,
94
+ "resendOnRefresh": true,
95
+ "templateScope": "local",
96
+ "className": ""
97
+ }
98
+ ]
99
+