Skip to content

Commit

Permalink
Merge pull request #155 from Grizzelbee/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Grizzelbee authored Nov 7, 2021
2 parents 3add6aa + e14f158 commit 646c459
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 85 deletions.
3 changes: 2 additions & 1 deletion dysonConstants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "dysonairpurifier",
"version": "2.1.4",
"version": "2.2.0",
"news": {
"2.2.0": {
"en": "Added support for dyson PH03 humidify+cool (358E).",
"de": "Unterstützung für Dyson PH03 humidify+cool (358E) hinzugefügt.",
"ru": "Добавлена ​​поддержка dyson PH03 humidify + cool (358E).",
"pt": "Adicionado suporte para dyson PH03 humidify + cool (358E).",
"nl": "Ondersteuning toegevoegd voor dyson PH03 humidify+cool (358E).",
"fr": "Ajout de la prise en charge du dyson PH03 humidify+cool (358E).",
"it": "Aggiunto supporto per dyson PH03 humidify+cool (358E).",
"es": "Se agregó soporte para dyson PH03 humidify + cool (358E).",
"pl": "Dodano wsparcie dla Dyson PH03 humidify+cool (358E).",
"zh-cn": "添加了对戴森 PH03 加湿+冷却 (358E) 的支持。"
},
"2.1.4": {
"en": "Added token-indicator to config page.",
"de": "Token-Indikator zur Konfigurationsseite hinzugefügt.",
Expand Down
147 changes: 71 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.dysonairpurifier",
"version": "2.1.4",
"version": "2.2.0",
"description": "dyson air purifiers and fans",
"author": {
"name": "grizzelbee",
Expand All @@ -25,13 +25,13 @@
"dependencies": {
"@iobroker/adapter-core": "^2.5.1",
"@iobroker/plugin-sentry": "^1.1.10",
"axios": "^0.23.0",
"axios": "^0.24.0",
"flatted": "^3.2.2",
"https": "^1.0.0",
"lodash": "^4.17.21",
"mqtt": "^4.2.8",
"path": "^0.12.7",
"snyk": "^1.741.0",
"snyk": "^1.753.0",
"ssl-root-cas": "^1.3.1"
},
"devDependencies": {
Expand All @@ -40,17 +40,17 @@
"@types/chai-as-promised": "^7.1.4",
"@types/gulp": "^4.0.9",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
"@types/node": "^16.11.6",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.4",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.5",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^8.0.1",
"eslint": "^8.2.0",
"gulp": "^4.0.2",
"mocha": "^9.1.3",
"proxyquire": "^2.1.3",
"sinon": "^11.1.2",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ Which is what the dyson app does also.

## Changelog

### V2.2.0 (2021-11-07) (Welcome to my wasteland)
* (grizzelbee) New: [#154](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/154) Added support for dyson Humidify+Cool PH03/358E.


### V2.1.4 (2021-10-20) (Running to the edge)
* (grizzelbee) New: [#152](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/152) Added token-indicator to config page in admin to show whether a token has already been received and saved or not.

Expand Down

0 comments on commit 646c459

Please sign in to comment.