iobroker.alarm 3.7.2 → 3.7.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 CHANGED
@@ -29,7 +29,7 @@
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.4 (2025-08-17)
33
33
  * (misanorot) update packages
34
34
 
35
35
  ### 3.7.0 (2025-05-03)
package/io-package.json CHANGED
@@ -1,22 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alarm",
4
- "version": "3.7.2",
4
+ "version": "3.7.4",
5
5
  "news": {
6
- "3.7.2": {
7
- "en": "update packages",
8
- "de": "update-pakete",
9
- "ru": "обновление пакетов",
10
- "pt": "atualizar pacotes",
11
- "nl": "pakketten bijwerken",
12
- "fr": "mettre à jour les paquets",
13
- "it": "pacchetti di aggiornamento",
14
- "es": "actualizar paquetes",
15
- "pl": "aktualizacja pakietów",
16
- "uk": "оновлення пакетів",
17
- "zh-cn": "更新软件包"
18
- },
19
- "3.7.1": {
6
+ "3.7.4": {
20
7
  "en": "update packages",
21
8
  "de": "update-pakete",
22
9
  "ru": "обновление пакетов",
@@ -150,12 +137,12 @@
150
137
  },
151
138
  "dependencies": [
152
139
  {
153
- "js-controller": ">=5.0.19"
140
+ "js-controller": ">=6.0.11"
154
141
  }
155
142
  ],
156
143
  "globalDependencies": [
157
144
  {
158
- "admin": ">=7.4.10"
145
+ "admin": ">=7.6.17"
159
146
  }
160
147
  ],
161
148
  "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.4",
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.1",
26
26
  "node-schedule": "^2.1.1",
27
27
  "suncalc2": "^1.8.1"
28
28
  },
@@ -32,7 +32,7 @@
32
32
  "@alcalzone/release-script-plugin-license": "^3.7.0",
33
33
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
34
34
  "@iobroker/adapter-dev": "^1.4.0",
35
- "@iobroker/eslint-config": "^2.0.2",
35
+ "@iobroker/eslint-config": "^2.0.3",
36
36
  "@iobroker/testing": "^5.0.4",
37
37
  "@tsconfig/node16": "^16.1.4",
38
38
  "@types/chai": "^5.2.2",
@@ -40,8 +40,10 @@
40
40
  "@types/mocha": "^10.0.10",
41
41
  "@types/node": "^24.0.8",
42
42
  "@types/proxyquire": "^1.3.31",
43
- "@types/sinon": "^17.0.3",
43
+ "@types/sinon": "^17.0.4",
44
44
  "@types/sinon-chai": "^4.0.0",
45
+ "@typescript-eslint/eslint-plugin": "^8.39.1",
46
+ "@typescript-eslint/parser": "^8.39.1",
45
47
  "chai": "^5.2.0",
46
48
  "chai-as-promised": "^8.0.1",
47
49
  "mocha": "^11.7.1",