iobroker.absolutehumidity 0.0.6 → 0.1.1
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 +8 -8
- package/io-package.json +29 -16
- package/lib/modules/deviceManager.js +2 -2
- package/main.js +1 -1
- package/package.json +6 -5
- /package/admin/{TabConfig.json → jsonTab.json5} +0 -0
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/iobroker.absolutehumidity)
|
|
5
5
|
[](https://www.npmjs.com/package/iobroker.absolutehumidity)
|
|
6
|
-

|
|
7
|
+

|
|
8
8
|
|
|
9
9
|
[](https://nodei.co/npm/iobroker.absolutehumidity/)
|
|
10
10
|
|
|
@@ -35,6 +35,12 @@ use different Magnus, Tetens, Sonntag, Bolton or Buck coefficient sets.
|
|
|
35
35
|
Placeholder for the next version (at the beginning of the line):
|
|
36
36
|
### **WORK IN PROGRESS**
|
|
37
37
|
-->
|
|
38
|
+
### 0.1.1 (2026-08-07)
|
|
39
|
+
* (BenAhrdt) update dm-utils to 3.2.0
|
|
40
|
+
|
|
41
|
+
### 0.1.0 (2026-07-07)
|
|
42
|
+
* (BenAhrdt) Ready for add to ioBroker latest repo
|
|
43
|
+
|
|
38
44
|
### 0.0.6 (2026-07-06)
|
|
39
45
|
* (BenAhrdt) Sort devices after refresh in case of absolute humidity
|
|
40
46
|
|
|
@@ -45,12 +51,6 @@ use different Magnus, Tetens, Sonntag, Bolton or Buck coefficient sets.
|
|
|
45
51
|
### 0.0.4 (2026-07-05)
|
|
46
52
|
* (BenAhrdt) Build Config in adapter own device object
|
|
47
53
|
|
|
48
|
-
### 0.0.3 (2026-07-05)
|
|
49
|
-
* (BenAhrdt) Add new features and icons to deviceManager
|
|
50
|
-
|
|
51
|
-
### 0.0.2 (2026-07-05)
|
|
52
|
-
* (BenAhrdt) initial release
|
|
53
|
-
|
|
54
54
|
[Older changes can be found there](CHANGELOG_OLD.md)
|
|
55
55
|
|
|
56
56
|
## License
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "absolutehumidity",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.1.1": {
|
|
7
|
+
"en": "update dm-utils to 3.2.0",
|
|
8
|
+
"de": "update dm-utils auf 3.2.0",
|
|
9
|
+
"ru": "обновление dm-utils до 3.2.0",
|
|
10
|
+
"pt": "atualizar dm-utils para 3.2.0",
|
|
11
|
+
"nl": "update dm-utils naar 3.2.0",
|
|
12
|
+
"fr": "mettre à jour dm-utils à 3.2.0",
|
|
13
|
+
"it": "aggiornamento dm-utils a 3.2.0",
|
|
14
|
+
"es": "actualización dm-utils a 3.2.0",
|
|
15
|
+
"pl": "update dm- utils to 3.2.0",
|
|
16
|
+
"uk": "оновлення dm-utils до 3.2.0",
|
|
17
|
+
"zh-cn": "更新 dm- utils 到 3. 2. 0"
|
|
18
|
+
},
|
|
19
|
+
"0.1.0": {
|
|
20
|
+
"en": "Ready for add to ioBroker latest repo",
|
|
21
|
+
"de": "Bereit zum Hinzufügen zum neuesten ioBroker-Repository",
|
|
22
|
+
"ru": "Готово к добавлению в последний репозиторий ioBroker.",
|
|
23
|
+
"pt": "Pronto para ser adicionado ao repositório mais recente do ioBroker.",
|
|
24
|
+
"nl": "Klaar om toe te voegen aan de nieuwste ioBroker-repository.",
|
|
25
|
+
"fr": "Prêt à être ajouté au dernier dépôt d'ioBroker",
|
|
26
|
+
"it": "Pronto per essere aggiunto al repository più recente di ioBroker",
|
|
27
|
+
"es": "Listo para agregar al repositorio más reciente de ioBroker",
|
|
28
|
+
"pl": "Gotowe do dodania do najnowszego repozytorium ioBroker",
|
|
29
|
+
"uk": "Готово до додавання до останнього репозиторію ioBroker",
|
|
30
|
+
"zh-cn": "已准备好添加到 ioBroker 最新仓库"
|
|
31
|
+
},
|
|
6
32
|
"0.0.6": {
|
|
7
33
|
"en": "Sort devices after refresh in case of absolute humidity",
|
|
8
34
|
"de": "Sortieren Sie die Geräte nach der Auffrischung im Falle absoluter Luftfeuchtigkeit.",
|
|
@@ -67,19 +93,6 @@
|
|
|
67
93
|
"pl": "wydanie początkowe",
|
|
68
94
|
"uk": "початковий випуск",
|
|
69
95
|
"zh-cn": "初始版本"
|
|
70
|
-
},
|
|
71
|
-
"0.0.1": {
|
|
72
|
-
"en": "initial release",
|
|
73
|
-
"de": "Erstveröffentlichung",
|
|
74
|
-
"ru": "Начальная версия",
|
|
75
|
-
"pt": "lançamento inicial",
|
|
76
|
-
"nl": "Eerste uitgave",
|
|
77
|
-
"fr": "Première version",
|
|
78
|
-
"it": "Versione iniziale",
|
|
79
|
-
"es": "Versión inicial",
|
|
80
|
-
"pl": "Pierwsze wydanie",
|
|
81
|
-
"uk": "Початкова версія",
|
|
82
|
-
"zh-cn": "首次出版"
|
|
83
96
|
}
|
|
84
97
|
},
|
|
85
98
|
"titleLang": {
|
|
@@ -153,7 +166,7 @@
|
|
|
153
166
|
"uk": "Абсолютна вологість",
|
|
154
167
|
"zh-cn": "绝对湿度"
|
|
155
168
|
},
|
|
156
|
-
"link": "
|
|
169
|
+
"link": "jsonTab.json5"
|
|
157
170
|
},
|
|
158
171
|
"dependencies": [
|
|
159
172
|
{
|
|
@@ -162,7 +175,7 @@
|
|
|
162
175
|
],
|
|
163
176
|
"globalDependencies": [
|
|
164
177
|
{
|
|
165
|
-
"admin": ">=7.
|
|
178
|
+
"admin": ">=7.6.20"
|
|
166
179
|
}
|
|
167
180
|
]
|
|
168
181
|
},
|
|
@@ -177,13 +177,13 @@ function createDeviceInfo(adapter, device, sourceValidation) {
|
|
|
177
177
|
},
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
|
-
id: '
|
|
180
|
+
id: 'removeDevice',
|
|
181
181
|
icon: 'delete',
|
|
182
182
|
description: translate('Delete device'),
|
|
183
183
|
color: 'secondary',
|
|
184
184
|
confirmation: translate('Delete this device?'),
|
|
185
185
|
handler: async deviceId => {
|
|
186
|
-
await adapter.
|
|
186
|
+
await adapter.removeConfiguredDevice(deviceId);
|
|
187
187
|
return { refresh: 'devices' };
|
|
188
188
|
},
|
|
189
189
|
},
|
package/main.js
CHANGED
|
@@ -112,7 +112,7 @@ class Absolutehumidity extends utils.Adapter {
|
|
|
112
112
|
/**
|
|
113
113
|
* @param {string} id
|
|
114
114
|
*/
|
|
115
|
-
async
|
|
115
|
+
async removeConfiguredDevice(id) {
|
|
116
116
|
const devices = this.getConfiguredDevices();
|
|
117
117
|
const updatedDevices = devices.filter(device => device.id !== id);
|
|
118
118
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.absolutehumidity",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "build absolute humidity from actual temperature and relative humidity",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"homepage": "https://github.com/BenAhrdt/ioBroker.absolutehumidity",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"keywords": [
|
|
17
|
+
"ioBroker",
|
|
17
18
|
"absolute Humidity",
|
|
18
19
|
"dewpoint temperature"
|
|
19
20
|
],
|
|
@@ -22,11 +23,11 @@
|
|
|
22
23
|
"url": "git@github.com:BenAhrdt/ioBroker.absolutehumidity.git"
|
|
23
24
|
},
|
|
24
25
|
"engines": {
|
|
25
|
-
"node": ">=
|
|
26
|
+
"node": ">= 22"
|
|
26
27
|
},
|
|
27
28
|
"dependencies": {
|
|
28
29
|
"@iobroker/adapter-core": "^3.4.1",
|
|
29
|
-
"@iobroker/dm-utils": "^3.
|
|
30
|
+
"@iobroker/dm-utils": "^3.2.0"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"@alcalzone/release-script": "^5.2.1",
|
|
@@ -37,10 +38,10 @@
|
|
|
37
38
|
"@iobroker/dev-server": "^0.8.0",
|
|
38
39
|
"@iobroker/eslint-config": "^2.3.4",
|
|
39
40
|
"@iobroker/testing": "^5.2.2",
|
|
40
|
-
"@tsconfig/
|
|
41
|
+
"@tsconfig/node22": "^22.0.5",
|
|
41
42
|
"@types/iobroker": "npm:@iobroker/types@^7.2.2",
|
|
42
43
|
"@types/node": "^20.19.43",
|
|
43
|
-
"typescript": "~
|
|
44
|
+
"typescript": "~6.0.3"
|
|
44
45
|
},
|
|
45
46
|
"main": "main.js",
|
|
46
47
|
"files": [
|
|
File without changes
|