iobroker.absolutehumidity 0.1.0 → 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 +6 -6
- package/io-package.json +14 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|

|
|
2
2
|
# ioBroker.absolutehumidity
|
|
3
3
|
|
|
4
|
-
[](https://www.npmjs.com/package/iobroker.absolutehumidity)
|
|
5
|
+
[](https://www.npmjs.com/package/iobroker.absolutehumidity)
|
|
6
6
|

|
|
7
7
|

|
|
8
8
|
|
|
9
|
-
[](https://nodei.co/npm/iobroker.absolutehumidity/)
|
|
10
10
|
|
|
11
11
|
**Tests:** 
|
|
12
12
|
|
|
@@ -35,6 +35,9 @@ 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
|
+
|
|
38
41
|
### 0.1.0 (2026-07-07)
|
|
39
42
|
* (BenAhrdt) Ready for add to ioBroker latest repo
|
|
40
43
|
|
|
@@ -48,9 +51,6 @@ use different Magnus, Tetens, Sonntag, Bolton or Buck coefficient sets.
|
|
|
48
51
|
### 0.0.4 (2026-07-05)
|
|
49
52
|
* (BenAhrdt) Build Config in adapter own device object
|
|
50
53
|
|
|
51
|
-
### 0.0.3 (2026-07-05)
|
|
52
|
-
* (BenAhrdt) Add new features and icons to deviceManager
|
|
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,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "absolutehumidity",
|
|
4
|
-
"version": "0.1.
|
|
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
|
+
},
|
|
6
19
|
"0.1.0": {
|
|
7
20
|
"en": "Ready for add to ioBroker latest repo",
|
|
8
21
|
"de": "Bereit zum Hinzufügen zum neuesten ioBroker-Repository",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "wydanie początkowe",
|
|
81
94
|
"uk": "початковий випуск",
|
|
82
95
|
"zh-cn": "初始版本"
|
|
83
|
-
},
|
|
84
|
-
"0.0.1": {
|
|
85
|
-
"en": "initial release",
|
|
86
|
-
"de": "Erstveröffentlichung",
|
|
87
|
-
"ru": "Начальная версия",
|
|
88
|
-
"pt": "lançamento inicial",
|
|
89
|
-
"nl": "Eerste uitgave",
|
|
90
|
-
"fr": "Première version",
|
|
91
|
-
"it": "Versione iniziale",
|
|
92
|
-
"es": "Versión inicial",
|
|
93
|
-
"pl": "Pierwsze wydanie",
|
|
94
|
-
"uk": "Початкова версія",
|
|
95
|
-
"zh-cn": "首次出版"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.absolutehumidity",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "build absolute humidity from actual temperature and relative humidity",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@iobroker/adapter-core": "^3.4.1",
|
|
30
|
-
"@iobroker/dm-utils": "^3.
|
|
30
|
+
"@iobroker/dm-utils": "^3.2.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@alcalzone/release-script": "^5.2.1",
|