iobroker.alarm 3.7.2 → 3.7.5

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 CHANGED
@@ -29,7 +29,10 @@
29
29
  Placeholder for the next version (at the beginning of the line):
30
30
  ### **WORK IN PROGRESS**
31
31
  -->
32
- ### 3.7.2 (2025-07-31)
32
+ ### 3.7.5 (2025-10-12)
33
+ * (misanorot) update packages
34
+
35
+ ### 3.7.4 (2025-08-17)
33
36
  * (misanorot) update packages
34
37
 
35
38
  ### 3.7.0 (2025-05-03)
@@ -41,9 +44,6 @@
41
44
  ### 3.6.7 (2024-12-18)
42
45
  * (misanorot) ESlint 9 #267
43
46
 
44
- ### 3.6.5 (2024-12-15)
45
- * (misanorot) fixed Firefox scrolling issue #266
46
-
47
47
  ## License
48
48
  MIT License
49
49
 
package/admin/alarm.png CHANGED
Binary file
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alarm",
4
- "version": "3.7.2",
4
+ "version": "3.7.5",
5
5
  "news": {
6
- "3.7.2": {
6
+ "3.7.5": {
7
7
  "en": "update packages",
8
8
  "de": "update-pakete",
9
9
  "ru": "обновление пакетов",
@@ -16,7 +16,7 @@
16
16
  "uk": "оновлення пакетів",
17
17
  "zh-cn": "更新软件包"
18
18
  },
19
- "3.7.1": {
19
+ "3.7.4": {
20
20
  "en": "update packages",
21
21
  "de": "update-pakete",
22
22
  "ru": "обновление пакетов",
@@ -150,19 +150,13 @@
150
150
  },
151
151
  "dependencies": [
152
152
  {
153
- "js-controller": ">=5.0.19"
153
+ "js-controller": ">=6.0.11"
154
154
  }
155
155
  ],
156
156
  "globalDependencies": [
157
157
  {
158
- "admin": ">=7.4.10"
158
+ "admin": ">=7.6.17"
159
159
  }
160
- ],
161
- "protectedNative": [
162
- "password"
163
- ],
164
- "encryptedNative": [
165
- "password"
166
160
  ]
167
161
  },
168
162
  "protectedNative": [
package/main.js CHANGED
@@ -332,7 +332,9 @@ class Alarm extends utils.Adapter {
332
332
  this.clearAllPresenceTimer();
333
333
  silent_timer = null;
334
334
  siren_timer = null;
335
- (silent_interval = null), (silent_contdown = null), (alarm_interval = null);
335
+ silent_interval = null;
336
+ silent_contdown = null;
337
+ alarm_interval = null;
336
338
  text_alarm_interval = null;
337
339
  text_changes_interval = null;
338
340
  if (activated || is_panic) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.alarm",
3
- "version": "3.7.2",
3
+ "version": "3.7.5",
4
4
  "description": "Your own lttle alarm system",
5
5
  "author": {
6
6
  "name": "misanorot",
@@ -22,7 +22,7 @@
22
22
  "node": ">= 20"
23
23
  },
24
24
  "dependencies": {
25
- "@iobroker/adapter-core": "^3.2.3",
25
+ "@iobroker/adapter-core": "^3.3.2",
26
26
  "node-schedule": "^2.1.1",
27
27
  "suncalc2": "^1.8.1"
28
28
  },
@@ -31,24 +31,16 @@
31
31
  "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
32
32
  "@alcalzone/release-script-plugin-license": "^3.7.0",
33
33
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
34
- "@iobroker/adapter-dev": "^1.4.0",
35
- "@iobroker/eslint-config": "^2.0.2",
36
- "@iobroker/testing": "^5.0.4",
37
- "@tsconfig/node16": "^16.1.4",
38
- "@types/chai": "^5.2.2",
39
- "@types/chai-as-promised": "^8.0.2",
40
- "@types/mocha": "^10.0.10",
34
+ "@iobroker/adapter-dev": "^1.5.0",
35
+ "@iobroker/eslint-config": "^2.2.0",
36
+ "@iobroker/testing": "^5.1.1",
37
+ "@tsconfig/node16": "^16.1.5",
41
38
  "@types/node": "^24.0.8",
42
39
  "@types/proxyquire": "^1.3.31",
43
- "@types/sinon": "^17.0.3",
44
- "@types/sinon-chai": "^4.0.0",
45
- "chai": "^5.2.0",
46
- "chai-as-promised": "^8.0.1",
47
- "mocha": "^11.7.1",
40
+ "@typescript-eslint/eslint-plugin": "^8.45.0",
41
+ "@typescript-eslint/parser": "^8.45.0",
48
42
  "proxyquire": "^2.1.3",
49
- "sinon": "^21.0.0",
50
- "sinon-chai": "^4.0.0",
51
- "typescript": "~5.8.3"
43
+ "typescript": "~5.9.2"
52
44
  },
53
45
  "main": "main.js",
54
46
  "files": [