Skip to content

Commit

Permalink
Merge branch 'master' of github.com:XHunter74/ioBroker.apcups
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter74 committed May 8, 2024
2 parents cb90ef0 + 724d8ab commit 9378f30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ More useful information about apcupsd config for Ubuntu you can find on https://

**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
## Changelog
### 3.9.9 (2024-04-26)
### 3.9.10 (2024-04-26)
- BREAKING!
1. Added support of multiple UPS so states structure was changed. All existed states will be deleted. Please do backup before upgrade the adapter! Also existed configuration will be lost. Please re-configure the adapter and add one or more devices to it.
2. Minimal js-controller version is 5.0.19
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "apcups",
"version": "3.9.9",
"version": "3.9.10",
"news": {
"1.0.8": {
"en": "Added validation on config screen",
Expand Down Expand Up @@ -107,7 +107,7 @@
"uk": "Оновлення залежностей",
"zh-cn": "更新依赖关系"
},
"3.9.9": {
"3.9.10": {
"en": "BREAKING! \n1. Added support of multiple UPS so states structure was changed. All existed states will be deleted. Please do backup before upgrade the adapter! Also existed configuration will be lost. Please re-configure the adapter and add one or more devices to it.\n2. Minimal js-controller version is 5.0.19\n3. Minimal admin version is 6.13.16",
"de": "BREAKING!\nANHANG Unterstützung von mehreren UPS hinzugefügt, so dass Zustände Struktur geändert wurde. Alle existierenden Staaten werden gelöscht. Bitte machen Sie Verstärkung vor dem Upgrade des Adapters! Auch existierte Konfiguration wird verloren gehen. Bitte konfigurieren Sie den Adapter neu und fügen Sie ihm ein oder mehrere Geräte hinzu.\n2. Minimale js-controller Version ist 5.0.19\n3. Minimal Admin Version ist 6.13.16",
"ru": "ВНИМАНИЕ!\n1. Добавлена поддержка нескольких ИБП, поэтому структура состояний была изменена. Все существующие состояния будут удалены. Пожалуйста, сделайте резервное копирование перед обновлением адаптера! Также будет потеряна конфигурация. Пожалуйста, перенастройте адаптер и добавьте к нему одно или несколько устройств.\n2. Minimal js-controller версия 5.0.19\n3. Минимальная версия admin 6.13.16",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.apcups",
"version": "3.9.9",
"version": "3.9.10",
"description": "Adapter to communicate with APC UPS via apcupsd",
"author": {
"name": "Serhiy Krasovskyy",
Expand Down

0 comments on commit 9378f30

Please sign in to comment.