Skip to content

Commit

Permalink
Merge pull request #403 from Grizzelbee/rewrite
Browse files Browse the repository at this point in the history
Release v6.5.6
  • Loading branch information
Grizzelbee authored May 10, 2024
2 parents 756d7a4 + 301d9e5 commit 4ee2307
Show file tree
Hide file tree
Showing 7 changed files with 1,816 additions and 1,893 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '14.x'
node-version: '18.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
lint: true
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 grizzelbee <[email protected]>
Copyright (c) 2024 grizzelbee <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Regardless if they are connected directly via Wi-Fi or XGW3000 Gateway. It imple
## Installation
To install, do the following:

1. Install via Admin using the
1. Install via Admin using the
* stable Repo - to get the current stable version
* latest Repo - to get the latest test version (maybe not stable)
Expand Down Expand Up @@ -113,6 +114,17 @@ If you like to get a deeper understanding or need a raw-value translation please
## Changelog
### **WORK IN PROGRESS**

### 6.5.6 (2024-05-10) (Dying for an Angel)

- (grizzelbee) New: [402](https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/402) Added signalDoor to Washing machines, Tumble dryer and Washer dryer
- (grizzelbee) Upd: Dependencies got updated

### 6.5.5 (2024-01-03) (Dying for an Angel)

- (grizzelbee) Upd: Added year 2024 to licence
- (grizzelbee) Upd: Dependencies got updated


### 6.5.4 (2023-05-03) (Dying for an Angel)
* (grizzelbee) New: Added file `.ncurc.json` to prevent axios-oauth-client from being automatically updated by `npx npm-check-updates`

Expand Down Expand Up @@ -566,4 +578,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

## Copyright
Copyright (c) 2023 grizzelbee <[email protected]>
Copyright (c) 2024 grizzelbee <[email protected]>
137 changes: 18 additions & 119 deletions io-package.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4ee2307

Please sign in to comment.