Skip to content

Commit 6c5bcd6

Browse files
committed
release 2.2.2
1 parent 4b1ba90 commit 6c5bcd6

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following devices are currently supported:
2121

2222
| Gerät | API-Type | Status |
2323
|----------------------|---------------------|-----------------------------------------|
24+
| airsensor | airsensor | ❓ alpha, neither tested with real Hardware nor an API-Simulation |
2425
| gatebox | gatebox | ✅ Tested |
2526
| multisensor | multisensor | up to 8 sensors per device are supported |
2627
| tempSensor PRO | multisensor | ❓ beta, not tested with real Hardware |
@@ -51,6 +52,11 @@ The following devices are currently supported:
5152
### **WORK IN PROGRESS**
5253
-->
5354

55+
### 2.2.2 (2025-02-13)
56+
57+
* (Kai van Nuis) Support for airsensor, alpha, neither tested with real Hardware nor an API-Simulation
58+
* (Kai van Nuis) Support both relay on switchBoxD
59+
5460
### 2.2.1 (2024-12-26)
5561

5662
* (Kai van Nuis) Support for multi-device APIs
@@ -85,7 +91,7 @@ The following devices are currently supported:
8591
## License
8692
MIT License
8793

88-
Copyright (c) 2024 Kai van Nuis <[email protected]>
94+
Copyright (c) 2025 Kai van Nuis <[email protected]>
8995

9096
Permission is hereby granted, free of charge, to any person obtaining a copy
9197
of this software and associated documentation files (the "Software"), to deal

io-package.json

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "blebox",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"news": {
6+
"2.2.2": {
7+
"en": "Support for airsensor, alpha, neither tested with real Hardware nor an API-Simulation. Support both relay on switchBoxD",
8+
"de": "Unterstützung für Airsensor, Alpha, weder mit realen Hardware noch mit API-Simulation getestet. Unterstützt beide Relais auf switchBoxD",
9+
"ru": "Поддержка airsensor, alpha, не тестируется с помощью реального оборудования или симуляцией API. Поддержка обоих ретрансляторов",
10+
"pt": "Suporte para airsensor, alfa, nem testado com hardware real nem uma simulação de API. Suporte tanto relé no switchBoxD",
11+
"nl": "Ondersteuning voor luchtsensor, alfa, noch getest met echte hardware, noch een API-Simulation. Steun beide relais op switchBoxD",
12+
"fr": "Support pour le capteur d'air, alpha, ni testé avec du matériel réel ni une API-Simulation. Prise en charge des deux relais sur switchBoxD",
13+
"it": "Supporto per sensore aria, alfa, né testato con hardware reale né una simulazione API. Supporta entrambi i relè su switchBoxD",
14+
"es": "Soporte para airsensor, alpha, ni probado con Hardware real ni con API-Simulation. Soporte ambos relés en el interruptorBoxD",
15+
"pl": "Wsparcie dla czujnika powietrza, alfa, ani przetestowane z prawdziwego sprzętu lub symulacji API-. Obsługa obu przekaźników na switch BoxD",
16+
"uk": "Підтримка повітряних засобів, альфа, не тестується з реальним обладнанням, а не API-Simulation. Підтримка як реле на SwitchBoxD",
17+
"zh-cn": "支持气感器,α,既不用真正的硬件测试,也不使用API-模拟. 在切换BoxD上支持两个继电器"
18+
},
619
"2.2.1": {
720
"en": "SensorID is now a number, attributes are now searched for case-insensitively",
821
"de": "SensorID ist jetzt eine Zahl, Attribute werden nun nach case-insensitively gesucht",
@@ -15,7 +28,7 @@
1528
"pl": "SensorID jest teraz liczbą, atrybuty są teraz przeszukiwane w poszukiwaniu przypadków niewrażliwości",
1629
"uk": "SensorID тепер є числом, атрибути тепер шукають випадаючі",
1730
"zh-cn": "传感器ID现在是数字, 属性现在被搜索到大小写不敏感"
18-
},
31+
},
1932
"2.2.0": {
2033
"en": "Support for multi-device APIs",
2134
"de": "Unterstützung für Multi-Device APIs",
@@ -162,4 +175,4 @@
162175
},
163176
"objects": [],
164177
"instanceObjects": []
165-
}
178+
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.blebox",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Adapter für Bleboxsysteme",
55
"author": {
66
"name": "Kai van Nuis",

0 commit comments

Comments
 (0)