Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jul 8, 2024
1 parent 7a87662 commit 7feb180
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
- "v?[0-9]+.[0-9]+.[0-9]+-**"
pull_request: {}

# Cancel previous PR/branch runs when a new commit is pushed
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
# Performs quick checks before the expensive test runs
check-and-lint:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ ATX20KV1B, ATX25KV1B, ATX35KV1B, , ATXL25J2V1B, ATXL35J2V1B,
Compatible units in combination with **BRP069A44 (?)**:
FTX50KV1B, FTX60KV1B

Note: For devices with-newer WLAN Adapter like **BRP069C4x** which can only be used by the Onecta App please use the [Daikin-CLoud](https://github.com/Apollon77/ioBroker.daikin-cloud) adapter instead.
Note: it seems that, according to reports so far, the adapters here keep their local API even when upgraded to the Firmware that allows Daikin Cloud usage. So this adapter should still work with these devices.

Note: For devices with-newer WLAN Adapter like **BRP069C4x** which can only be used by the Onecta App please use the [Daikin-Cloud](https://github.com/Apollon77/ioBroker.daikin-cloud) adapter instead.

## Disclaimer
**All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
Expand Down

0 comments on commit 7feb180

Please sign in to comment.