Skip to content

Commit

Permalink
release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-vaNu committed Feb 13, 2025
1 parent 4b1ba90 commit 6c5bcd6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The following devices are currently supported:

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

### 2.2.2 (2025-02-13)

* (Kai van Nuis) Support for airsensor, alpha, neither tested with real Hardware nor an API-Simulation
* (Kai van Nuis) Support both relay on switchBoxD

### 2.2.1 (2024-12-26)

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

Copyright (c) 2024 Kai van Nuis <[email protected]>
Copyright (c) 2025 Kai van Nuis <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
19 changes: 16 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "blebox",
"version": "2.2.1",
"version": "2.2.2",
"news": {
"2.2.2": {
"en": "Support for airsensor, alpha, neither tested with real Hardware nor an API-Simulation. Support both relay on switchBoxD",
"de": "Unterstützung für Airsensor, Alpha, weder mit realen Hardware noch mit API-Simulation getestet. Unterstützt beide Relais auf switchBoxD",
"ru": "Поддержка airsensor, alpha, не тестируется с помощью реального оборудования или симуляцией API. Поддержка обоих ретрансляторов",
"pt": "Suporte para airsensor, alfa, nem testado com hardware real nem uma simulação de API. Suporte tanto relé no switchBoxD",
"nl": "Ondersteuning voor luchtsensor, alfa, noch getest met echte hardware, noch een API-Simulation. Steun beide relais op switchBoxD",
"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",
"it": "Supporto per sensore aria, alfa, né testato con hardware reale né una simulazione API. Supporta entrambi i relè su switchBoxD",
"es": "Soporte para airsensor, alpha, ni probado con Hardware real ni con API-Simulation. Soporte ambos relés en el interruptorBoxD",
"pl": "Wsparcie dla czujnika powietrza, alfa, ani przetestowane z prawdziwego sprzętu lub symulacji API-. Obsługa obu przekaźników na switch BoxD",
"uk": "Підтримка повітряних засобів, альфа, не тестується з реальним обладнанням, а не API-Simulation. Підтримка як реле на SwitchBoxD",
"zh-cn": "支持气感器,α,既不用真正的硬件测试,也不使用API-模拟. 在切换BoxD上支持两个继电器"
},
"2.2.1": {
"en": "SensorID is now a number, attributes are now searched for case-insensitively",
"de": "SensorID ist jetzt eine Zahl, Attribute werden nun nach case-insensitively gesucht",
Expand All @@ -15,7 +28,7 @@
"pl": "SensorID jest teraz liczbą, atrybuty są teraz przeszukiwane w poszukiwaniu przypadków niewrażliwości",
"uk": "SensorID тепер є числом, атрибути тепер шукають випадаючі",
"zh-cn": "传感器ID现在是数字, 属性现在被搜索到大小写不敏感"
},
},
"2.2.0": {
"en": "Support for multi-device APIs",
"de": "Unterstützung für Multi-Device APIs",
Expand Down Expand Up @@ -162,4 +175,4 @@
},
"objects": [],
"instanceObjects": []
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.blebox",
"version": "2.2.1",
"version": "2.2.2",
"description": "Adapter für Bleboxsysteme",
"author": {
"name": "Kai van Nuis",
Expand Down

0 comments on commit 6c5bcd6

Please sign in to comment.