iobroker.alarm 3.6.2 → 3.6.3

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,6 +29,9 @@
29
29
  Placeholder for the next version (at the beginning of the line):
30
30
  ### **WORK IN PROGRESS**
31
31
  -->
32
+ ### 3.6.3 (2024-10-22)
33
+ * (misanorot) fixed issue #256 responsive design
34
+
32
35
  ### 3.6.2 (2024-09-01)
33
36
  * (misanorot) updated iob checker issues
34
37
  * (misanorot) fixed disable password state
@@ -42,9 +45,6 @@
42
45
  ### 3.5.0 (2024-01-05)
43
46
  * (misanorot) added activation aborted speech output
44
47
 
45
- ### 3.4.3 (2023-11-05)
46
- * (misanorot) added silent_alarm (state list) to shortcuts
47
-
48
48
  ## License
49
49
  MIT License
50
50
 
@@ -858,31 +858,31 @@
858
858
  </div>
859
859
  </div>
860
860
  <div class="row">
861
- <div class="input-field col s4 m2 l2">
861
+ <div class="input-field col s8 m4 l2">
862
862
  <i class="material-icons prefix">alarm_on</i>
863
863
  <input id="time_activate" type="number" class="validate value tooltipped" data-position="top"
864
864
  data-tooltip="in sec">
865
865
  <label for="time_activate" class="translate">time_activate</label>
866
866
  </div>
867
- <div class="input-field col s2 m1 l1">
867
+ <div class="input-field col s4 m2 l1">
868
868
  <select id="time_activate_select" class="value">
869
869
  <option value="sec">sec</option>
870
870
  <option value="min">min</option>
871
871
  </select>
872
872
  </div>
873
- <div class="input-field col s4 m2 l2">
873
+ <div class="input-field col s8 m4 l2">
874
874
  <i class="material-icons prefix">alarm</i>
875
875
  <input id="time_alarm" type="number" class="validate value tooltipped" data-position="top"
876
876
  data-tooltip="in sec">
877
877
  <label for="time_alarm" class="translate">time_alarm</label>
878
878
  </div>
879
- <div class="input-field col s2 m1 l1">
879
+ <div class="input-field col s4 m2 l1">
880
880
  <select id="time_alarm_select" class="value">
881
881
  <option value="sec">sec</option>
882
882
  <option value="min">min</option>
883
883
  </select>
884
884
  </div>
885
- <div class="input-field col s6 m3 l2">
885
+ <div class="input-field col s12 m3 l2">
886
886
  <i class="material-icons prefix">alarm</i>
887
887
  <input id="alarm_flash" type="number" class="validate value tooltipped" data-position="top"
888
888
  data-tooltip="in sec">
@@ -897,13 +897,13 @@
897
897
  </div>
898
898
  </div>
899
899
  <div class="row">
900
- <div class="input-field col s4 m2 l1">
900
+ <div class="input-field col s8 m4 l2">
901
901
  <i class="material-icons prefix">alarm</i>
902
902
  <input id="time_warning" type="number" class="validate value tooltipped" data-position="top"
903
903
  data-tooltip="in sec">
904
904
  <label for="time_warning" class="translate">time_warning</label>
905
905
  </div>
906
- <div class="input-field col s2 m1 l1">
906
+ <div class="input-field col s4 m2 l1">
907
907
  <select id="time_warning_select" class="value">
908
908
  <option value="sec">sec</option>
909
909
  <option value="min">min</option>
@@ -928,25 +928,25 @@
928
928
  </div>
929
929
  </div>
930
930
  <div class="row">
931
- <div class="input-field col s3 m4 l2">
931
+ <div class="input-field col s12 m4 l2">
932
932
  <input id="password" type="password" class="validate value">
933
933
  <label for="password" class="translate">Password</label>
934
934
  </div>
935
935
  </div>
936
936
  <div class="row">
937
- <div class="input-field col s4 m2 l1">
937
+ <div class="input-field col s8 m4 l2">
938
938
  <i class="material-icons prefix">alarm</i>
939
939
  <input id="time_silent" type="number" class="validate value tooltipped" data-position="top"
940
940
  data-tooltip="in sec">
941
941
  <label for="time_silent" class="translate">time_silent</label>
942
942
  </div>
943
- <div class="input-field col s2 m1 l1">
943
+ <div class="input-field col s4 m2 l1">
944
944
  <select id="time_silent_select" class="value">
945
945
  <option value="sec">sec</option>
946
946
  <option value="min">min</option>
947
947
  </select>
948
948
  </div>
949
- <div class="input-field col s6 m3 l2">
949
+ <div class="input-field col s12 m3 l2">
950
950
  <i class="material-icons prefix">alarm</i>
951
951
  <input id="silent_flash" type="number" class="validate value tooltipped" data-position="top"
952
952
  data-tooltip="in sec">
@@ -1733,12 +1733,12 @@
1733
1733
  </div>
1734
1734
  </div>
1735
1735
  <div class="row">
1736
- <div class="input-field col s4 m2 l2">
1736
+ <div class="input-field col s8 m4 l2">
1737
1737
  <i class="material-icons prefix">edit</i>
1738
1738
  <input id="presence_activate_delay" type="number" class="value">
1739
1739
  <label for="presence_activate_delay" class="translate">presence_activate_delay</label>
1740
1740
  </div>
1741
- <div class="input-field col s2 m1 l1">
1741
+ <div class="input-field col s4 m2 l1">
1742
1742
  <select id="presence_activate_delay_select" class="value">
1743
1743
  <option value="sec">sec</option>
1744
1744
  <option value="min">min</option>
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alarm",
4
- "version": "3.6.2",
4
+ "version": "3.6.3",
5
5
  "news": {
6
+ "3.6.3": {
7
+ "en": "fixed issue #256 responsive design",
8
+ "de": "fixe ausgabe #256 responsive design",
9
+ "ru": "фиксированный выпуск #256 отзывчивый дизайн",
10
+ "pt": "problema fixo #256 design responsivo",
11
+ "nl": "vast probleem #256 responsief ontwerp",
12
+ "fr": "problème fixe n°256",
13
+ "it": "problema fisso #256 responsive design",
14
+ "es": "edición fija #256 diseño sensible",
15
+ "pl": "stałe wydanie # 256 reagujący projekt",
16
+ "uk": "виправлено проблему #256 адаптивний дизайн",
17
+ "zh-cn": "256号响应设计"
18
+ },
6
19
  "3.6.2": {
7
20
  "en": "updated iob checker issues\nfixed disable password state",
8
21
  "de": "aktualisierte iob checker probleme\nfester passwortzustand",
@@ -80,19 +93,6 @@
80
93
  "pl": "dodał także poprawkę #170",
81
94
  "uk": "додано підвищення #170",
82
95
  "zh-cn": "增援行动170"
83
- },
84
- "3.4.1": {
85
- "en": "fixed astro at presence simulation (jsControler 5.x???)",
86
- "de": "fester Astro bei Präsenzsimulation (jsControler 5.x?)",
87
- "ru": "фиксированная астро при наличии симуляции (jsControler 5.x?)",
88
- "pt": "astro fixo na simulação de presença (jsControler 5.x?)",
89
- "nl": "gerepareerd astro bij aanwezigheidssimulatie (jsControler 5.x)",
90
- "fr": "astro fixe à la simulation de présence (jsControler 5.x?)",
91
- "it": "astro fisso alla simulazione di presenza (jsControler 5.x?)",
92
- "es": "astro fijo en simulación de presencia (jsControler 5.x?)",
93
- "pl": "stworzona gwiazda w symulacji (jsControler 5.x?)",
94
- "uk": "фіксована астро при наявності моделювання (jsControler 5.x?)",
95
- "zh-cn": "固定在场的模拟(jsControler 5.x?)"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.alarm",
3
- "version": "3.6.2",
3
+ "version": "3.6.3",
4
4
  "description": "Your own lttle alarm system",
5
5
  "author": {
6
6
  "name": "misanorot",
@@ -22,7 +22,7 @@
22
22
  "node": ">= 18"
23
23
  },
24
24
  "dependencies": {
25
- "@iobroker/adapter-core": "^3.1.6",
25
+ "@iobroker/adapter-core": "^3.2.1",
26
26
  "node-schedule": "^2.1.1",
27
27
  "suncalc2": "^1.8.1"
28
28
  },
@@ -35,9 +35,9 @@
35
35
  "@iobroker/testing": "^4.1.3",
36
36
  "@tsconfig/node16": "^16.1.3",
37
37
  "@types/chai": "^4.3.6",
38
- "@types/chai-as-promised": "^8.0.0",
38
+ "@types/chai-as-promised": "^8.0.1",
39
39
  "@types/mocha": "^10.0.7",
40
- "@types/node": "^22.5.1",
40
+ "@types/node": "^22.7.4",
41
41
  "@types/proxyquire": "^1.3.31",
42
42
  "@types/sinon": "^17.0.3",
43
43
  "@types/sinon-chai": "^3.2.12",
@@ -48,7 +48,7 @@
48
48
  "proxyquire": "^2.1.3",
49
49
  "sinon": "^18.0.0",
50
50
  "sinon-chai": "^3.7.0",
51
- "typescript": "~5.5.2"
51
+ "typescript": "~5.6.2"
52
52
  },
53
53
  "main": "main.js",
54
54
  "files": [