Skip to content

Commit

Permalink
release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-vaNu committed Dec 26, 2024
1 parent 87756d7 commit ca955e6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ The following devices are currently supported:
### **WORK IN PROGRESS**
-->

### 2.2.0 (2023-10-13)
### 2.2.1 (2024-12-26)

* (Kai van Nuis) Support for multi-device APIs

* ### 2.2.0 (2024-12-21)

* (Kai van Nuis) Support for multi-device APIs

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "blebox",
"version": "2.2.0",
"version": "2.2.1",
"news": {
"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",
"ru": "SensorID теперь число, атрибуты теперь ищут случай-нечувствительно",
"pt": "SensorID é agora um número, atributos são agora procurados por caso-insensível",
"nl": "SensorID is nu een getal, attributen worden nu ongevoelig gezocht naar hoofdletter",
"fr": "SensorID est maintenant un nombre, les attributs sont maintenant recherchés insensiblement aux cas",
"it": "SensorID è ora un numero, gli attributi sono ora ricercati per caso-insensibile",
"es": "SensorID es ahora un número, ahora se buscan atributos para caso-insensiblemente",
"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
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.0",
"version": "2.2.1",
"description": "Adapter für Bleboxsysteme",
"author": {
"name": "Kai van Nuis",
Expand Down

0 comments on commit ca955e6

Please sign in to comment.