Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sickbart committed Jul 21, 2023
1 parent e2902ef commit 7b3ad5a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ The pictures of the SureFlap® devices are provided free to use from [Sure Petca

## Changelog

### 1.1.9 (2023-07-21)
* (Sickboy78) fixed undefined serial number
* (Sickboy78) dependency updates

### 1.1.8 (2023-06-01)
* (Sickboy78) adjustments for Surepet API changes

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": "sureflap",
"version": "1.1.8",
"version": "1.1.9",
"news": {
"1.1.9": {
"en": "bugfix and updates",
"de": "Fehlerbehebung und Aktualisierungen",
"ru": "Слава Украины",
"pt": "correção de erros e actualizações",
"nl": "bugfix en updates",
"fr": "correction de bogues et mises à jour",
"it": "correzione di bug e aggiornamenti",
"es": "veaparandus ja uuendused",
"pl": "poprawki i aktualizacje",
"uk": "виправлення помилок та оновлення",
"zh-cn": "错误修正和更新"
},
"1.1.8": {
"en": "adjustments for Surepet API changes",
"de": "Anpassungen für Surepet API Änderungen",
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class Sureflap extends utils.Adapter {
* starts loading data from the surepet API
*/
startLoadingData() {
this.log.debug(`starting SureFlap Adapter v1.1.8`);
this.log.debug(`starting SureFlap Adapter v1.1.9`);
clearTimeout(this.timerId);
this.doAuthenticate()
.then(() => this.startUpdateLoop())
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.sureflap",
"version": "1.1.8",
"description": "Adpater für smarte Haustiergeräte von Sure Petcare",
"version": "1.1.9",
"description": "Adpater for smart pet devices from Sure Petcare",
"author": {
"name": "Sickboy78",
"email": "[email protected]"
Expand Down

0 comments on commit 7b3ad5a

Please sign in to comment.