iobroker.alarm 3.2.0 → 3.3.4
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.
- package/README.md +12 -107
- package/admin/index_m.html +17 -17
- package/admin/words.js +711 -709
- package/io-package.json +1446 -146
- package/lib/adapter-config.d.ts +10 -7
- package/main.js +2036 -2076
- package/package.json +44 -26
- package/.gitattributes +0 -17
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
- package/.github/workflows/codeql-analysis.yml +0 -71
- package/.github/workflows/test-and-release.yml +0 -156
- package/SECURITY.md +0 -21
- package/admin/admin.d.ts +0 -1
- package/admin/img/info-big.png +0 -0
- package/admin/img/short.png +0 -0
- package/docs/de/alarm.md +0 -245
- package/docs/de/img/circuits.png +0 -0
- package/docs/de/img/main.png +0 -0
- package/docs/de/img/notifications.png +0 -0
- package/docs/de/img/presence.png +0 -0
- package/docs/de/img/presence_settings.png +0 -0
- package/docs/de/img/shortcuts.png +0 -0
- package/docs/de/img/speak.png +0 -0
- package/docs/en/alarm_en.md +0 -1
- package/iob_npm.done +0 -1
- package/lib/tools.js +0 -91
- package/main.test.js +0 -30
package/README.md
CHANGED
|
@@ -23,8 +23,18 @@
|
|
|
23
23
|
**[English description](docs/en/alarm_en.md)**
|
|
24
24
|
|
|
25
25
|
******************************************************************************************
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
<!--
|
|
27
|
+
Placeholder for the next version (at the beginning of the line):
|
|
28
|
+
### **WORK IN PROGRESS**
|
|
29
|
+
-->
|
|
30
|
+
### 3.3.4 (2022-12-22)
|
|
31
|
+
* (misanorot) fixed issues
|
|
32
|
+
|
|
33
|
+
### 3.3.1 (2022-12-22)
|
|
34
|
+
* (misanorot) update files to last creator pattern
|
|
35
|
+
* (misanorot) fixed zones
|
|
36
|
+
* (misanorot) translate states names and discription
|
|
37
|
+
* (misanorot) added password state for deactivation
|
|
28
38
|
|
|
29
39
|
#### 3.2.0 (15.10.2022)
|
|
30
40
|
* (misanorot) fixed enableable
|
|
@@ -32,111 +42,6 @@
|
|
|
32
42
|
* (misanorot) added zones
|
|
33
43
|
* (misanorot) fixed set number states
|
|
34
44
|
|
|
35
|
-
#### 3.1.1 (29.06.2022)
|
|
36
|
-
* (MK-2001) added speech delay
|
|
37
|
-
|
|
38
|
-
#### 3.1.0 (26.04.2022)
|
|
39
|
-
* (misanorot) added speech delay
|
|
40
|
-
|
|
41
|
-
#### 3.0.3 (31.01.2022)
|
|
42
|
-
* (misanorot) changed burgle concept, added silent alarm at sharp inside, fixed little issues
|
|
43
|
-
|
|
44
|
-
#### 2.2.1 (20.01.2022)
|
|
45
|
-
* (misanorot) added notification when warnings at beginning night rest
|
|
46
|
-
|
|
47
|
-
#### 2.2.0 (16.01.2022)
|
|
48
|
-
* (misanorot) added telegram special parameters
|
|
49
|
-
|
|
50
|
-
#### 2.1.1 (07.11.2021)
|
|
51
|
-
* (misanorot) added countdown state for silent alarm
|
|
52
|
-
|
|
53
|
-
#### 2.1.0 (11.10.2021)
|
|
54
|
-
* (misanorot) extend list states and speech output, added leave option
|
|
55
|
-
|
|
56
|
-
#### 2.0.2 (08.08.2021)
|
|
57
|
-
* (misanorot) fixed password issues
|
|
58
|
-
|
|
59
|
-
#### 2.0.1 (04.05.2021)
|
|
60
|
-
* (misanorot) fixed ack issues
|
|
61
|
-
|
|
62
|
-
#### 2.0.0 (22.03.2021)
|
|
63
|
-
* (misanorot) added other alarms
|
|
64
|
-
|
|
65
|
-
#### 1.9.0 (08.01.2021)
|
|
66
|
-
* (misanorot) added html states and fixed little issues
|
|
67
|
-
|
|
68
|
-
#### 1.8.0 (26.11.2020)
|
|
69
|
-
* (misanorot) added status.state_list to shortcuts
|
|
70
|
-
|
|
71
|
-
#### 1.7.0 (20.11.2020)
|
|
72
|
-
* (misanorot) changed notifications and fixed little issues
|
|
73
|
-
|
|
74
|
-
#### 1.6.0 (08.11.2020)
|
|
75
|
-
* (misanorot) changed time inputs to numbers
|
|
76
|
-
|
|
77
|
-
#### 1.5.0 (08.11.2020)
|
|
78
|
-
* (misanorot) added stop inside alarm with disable
|
|
79
|
-
|
|
80
|
-
#### 1.4.0 (05.11.2020)
|
|
81
|
-
* (misanorot) added silent alarm selection for every state
|
|
82
|
-
|
|
83
|
-
#### 1.3.0 (01.11.2020)
|
|
84
|
-
* (misanorot) added diffrent time options
|
|
85
|
-
|
|
86
|
-
#### 1.2.0 (09.07.2020)
|
|
87
|
-
* (misanorot) added countdown speech output
|
|
88
|
-
|
|
89
|
-
#### 1.1.0 (05.07.2020)
|
|
90
|
-
* (misanorot) Added input shortcuts
|
|
91
|
-
|
|
92
|
-
#### 1.0.0 (01.07.2020)
|
|
93
|
-
* (misanorot) added alarm and silent flash light
|
|
94
|
-
|
|
95
|
-
#### 0.9.0 (28.06.2020)
|
|
96
|
-
* (misanorot) Homekit integrated, set shortcuts only when changed
|
|
97
|
-
|
|
98
|
-
#### 0.8.0 (18.06.2020)
|
|
99
|
-
#### (misanorot) !!! Changed circuits dramatacly !!! Please do a new installation when you come from less versions
|
|
100
|
-
|
|
101
|
-
#### 0.7.5 (14.06.2020)
|
|
102
|
-
* (misanorot) fixed a few little issues
|
|
103
|
-
|
|
104
|
-
#### 0.7.0 (07.06.2020)
|
|
105
|
-
* (misanorot) edit notification sentences in admin
|
|
106
|
-
|
|
107
|
-
#### 0.6.0 (31.05.2020)
|
|
108
|
-
* (misanorot) changed speech output
|
|
109
|
-
|
|
110
|
-
#### 0.5.0 (14.05.2020)
|
|
111
|
-
* (misanorot) added use.list state
|
|
112
|
-
|
|
113
|
-
#### 0.4.0 (14.05.2020)
|
|
114
|
-
* (misanorot) added warn circuit monitoring
|
|
115
|
-
|
|
116
|
-
#### 0.3.0 (04.05.2020)
|
|
117
|
-
* (misanorot) expaned speech output
|
|
118
|
-
|
|
119
|
-
#### 0.2.2 (30.04.2020)
|
|
120
|
-
* (misanorot) added alexa2 speak output
|
|
121
|
-
|
|
122
|
-
#### 0.2.0 (22.04.2020)
|
|
123
|
-
* (misanorot) added more states
|
|
124
|
-
|
|
125
|
-
#### 0.1.2 (19.04.2020)
|
|
126
|
-
* (misanorot) status.state activated
|
|
127
|
-
|
|
128
|
-
#### 0.1.1 (28.03.2020)
|
|
129
|
-
* (misanorot) added states and lists - fixed issues - translation
|
|
130
|
-
|
|
131
|
-
#### 0.1.0 ()
|
|
132
|
-
* (misanorot) add password for de/activation -- better logging
|
|
133
|
-
|
|
134
|
-
#### 0.0.9 (19.02.2020)
|
|
135
|
-
* (misanorot) add sayit
|
|
136
|
-
|
|
137
|
-
#### 0.0.8 (03.02.2020)
|
|
138
|
-
* (misanorot) initial release
|
|
139
|
-
|
|
140
45
|
## License
|
|
141
46
|
MIT License
|
|
142
47
|
|
package/admin/index_m.html
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
<html>
|
|
2
2
|
|
|
3
3
|
<head>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<link rel="stylesheet" type="text/css" href="../../lib/css/materialize.css">
|
|
4
|
+
<!-- Load ioBroker scripts and styles-->
|
|
5
|
+
<link rel="stylesheet" type="text/css" href="../../css/adapter.css" />
|
|
6
|
+
<link rel="stylesheet" type="text/css" href="../../lib/css/materialize.css">
|
|
8
7
|
<link rel="stylesheet" type="text/css" href="../../lib/css/fancytree/ui.fancytree.min.css" />
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
<script type="text/javascript" src="../../lib/js/jquery-3.2.1.min.js"></script>
|
|
10
|
+
<script type="text/javascript" src="../../socket.io/socket.io.js"></script>
|
|
11
|
+
<script type="text/javascript" src="../../lib/js/selectID.js"></script>
|
|
12
12
|
<script type="text/javascript" src="../../lib/js/jquery-ui.min.js"></script>
|
|
13
13
|
<script type="text/javascript" src="../../lib/js/jquery.fancytree-all.min.js"></script>
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<script type="text/javascript" src="../../js/translate.js"></script>
|
|
17
|
+
<script type="text/javascript" src="../../lib/js/materialize.js"></script>
|
|
18
|
+
<script type="text/javascript" src="../../js/adapter-settings.js"></script>
|
|
19
|
+
|
|
20
|
+
<!-- Load our own files -->
|
|
21
|
+
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
22
|
+
<script type="text/javascript" src="words.js"></script>
|
|
23
|
+
|
|
24
|
+
<script type="text/javascript">
|
|
25
25
|
|
|
26
26
|
const states = {};
|
|
27
27
|
let selectId;
|