Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 16, 2024
1 parent f5c4d9b commit 1f46855
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 695 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ name: Test and Release
on:
push:
branches:
- "*"
- '*'
tags:
# normal versions
- "v[0-9]+.[0-9]+.[0-9]+"
- 'v[0-9]+.[0-9]+.[0-9]+'
# pre-releases
- "v[0-9]+.[0-9]+.[0-9]+-**"
- 'v[0-9]+.[0-9]+.[0-9]+-**'
pull_request: {}

jobs:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 14.x, 16.x]
node-version: [18.x, 20.x, 22.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) 2021 TA2k <[email protected]>
Copyright (c) 2021-2030 TA2k <[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
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Logo](admin/bestway.png)

# ioBroker.bestway

[![NPM version](https://img.shields.io/npm/v/iobroker.bestway.svg)](https://www.npmjs.com/package/iobroker.bestway)
Expand All @@ -16,25 +17,32 @@
Adapter for Bestway Smart Hub

## Loginablauf:

Die Bestway Smart Hub App Mail und Passwort eingeben.

## Steuern

bestway.0.id.remote auf true setzen steuert den jeweiligen Befehl

## Diskussion und Fragen:

https://forum.iobroker.net/topic/48023/test-adapter-bestway-v0-0-x

## Changelog

### 0.0.4
### 0.0.5

Support for v2 pump version

### 0.0.1
* (TA2k) initial release

- (TA2k) initial release

## License

MIT License

Copyright (c) 2021 TA2k <[email protected]>
Copyright (c) 2021-2030 TA2k <[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 All @@ -52,4 +60,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
16 changes: 2 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "bestway",
"version": "0.0.4",
"version": "0.0.5",
"news": {
"0.0.4": {
"0.0.5": {
"en": "Support for v2 pump version",
"de": "Unterstützung für v2 Pumpenversion"
},
Expand All @@ -18,18 +18,6 @@
"es": "Soporte para cuentas no alemanas",
"pl": "Obsługa kont innych niż niemieckie",
"zh-cn": "支持非德国账户"
},
"0.0.2": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Bestway Smart Hub",
Expand Down
Loading

0 comments on commit 1f46855

Please sign in to comment.