Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sickbart committed Jun 1, 2023
1 parent b36eeb1 commit e7c97e0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "sureflap",
"version": "1.1.7",
"version": "1.1.8",
"news": {
"1.1.8": {
"en": "adjustments for Surepet API changes",
"de": "Anpassungen für Surepet API Änderungen",
"ru": "Слава Украины",
"pt": "adaptações para alterações da API Surepet",
"nl": "Aanpassingen voor Surepet API veranderingen",
"fr": "Adaptations pour les modifications de l'API Surepet",
"it": "Adattamenti per le modifiche API di Surepet",
"es": "Kohandused Surepet API muudatuste jaoks",
"pl": "Dostosowania do zmian w API Surepet",
"zh-cn": "为Surepet API的变化而进行的调整"
},
"1.1.7": {
"en": "fixed false login error",
"de": "falscher Login-Fehler behoben",
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.7`);
this.log.debug(`starting SureFlap Adapter v1.1.8`);
clearTimeout(this.timerId);
this.doAuthenticate()
.then(() => this.startUpdateLoop())
Expand Down
2 changes: 1 addition & 1 deletion 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.sureflap",
"version": "1.1.7",
"version": "1.1.8",
"description": "Adpater für smarte Haustiergeräte von Sure Petcare",
"author": {
"name": "Sickboy78",
Expand Down

0 comments on commit e7c97e0

Please sign in to comment.