Skip to content

Commit

Permalink
Switched version => 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter74 committed Apr 30, 2024
1 parent a5e1ba2 commit 1f0fb95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All devices which can be controlled via EWPE Smart app should be supported, incl
**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
### 0.0.12 (2024-04-15)
### 0.0.13 (2024-04-15)
- First version of the adapter

## License
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "gree-hvac",
"version": "0.0.12",
"version": "0.0.13",
"news": {
"0.0.12": {
"0.0.13": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ class GreeHvac extends utils.Adapter {
const property = propertiesMap[j];
const state = (await this.getStateAsync(`${deviceItem.id}.${property.name}`)).val;
deviceInfo[property.name] = state;
} catch { }
} catch { }// eslint-disable-line no-empty
}
const aliveState = (await this.getStateAsync(`${deviceItem.id}.alive`)).val;
deviceInfo.alive = aliveState;
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.gree-hvac",
"version": "0.0.12",
"version": "0.0.13",
"description": "Adapter for Gree and C&H conditioners",
"author": {
"name": "Serhiy Krasovskyy",
Expand Down

0 comments on commit 1f0fb95

Please sign in to comment.