Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed May 30, 2024
1 parent fb5017a commit 74f2b5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion drivers/nuos/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ class NuosDevice extends Device {
;({ data } = await this.#aristonAPI.setData(this.#id, postData))
}
} else {
;({ data } = await this.#aristonAPI.getDataWithSettings(this.#id))
;({ data } = await this.#aristonAPI.get(this.#id))
}
if (typeof data?.ok !== 'undefined' && data.ok) {
await this.#setCapabilities(data.data.plantData)
Expand Down
8 changes: 4 additions & 4 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
Expand Up @@ -34,7 +34,7 @@
"typescript-eslint": "^8.0.0-alpha.21"
},
"dependencies": {
"@olivierzal/ariston-api": "^3.0.1",
"@olivierzal/ariston-api": "^3.0.0",
"luxon": "^3.4.4",
"source-map-support": "^0.5.21"
}
Expand Down

0 comments on commit 74f2b5f

Please sign in to comment.