Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalla committed Nov 12, 2021
1 parent 14da235 commit 65bc085
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.7.0] - 2021-10-??
## [0.7.0] - 2021-11-12

### Added
- Support for AUX (WHO=9)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Supported frames:
* `WHO=13` Gateway Management
* `WHO=15 & 25` CEN/CEN+ scenarios
* `WHO=18` Energy Management
* `WHO=9` Auxiliary support
* `WHO=9` Auxiliary

Supported Open Web Net gateways:
- *IP gateways* or scenario programmers, such as: BTicino F453 / F454 / F455, MyHOMEServer1, MyHOME_Screen10, MH201 / MH202 / MH200N
Expand All @@ -34,7 +34,7 @@ Supported Open Web Net gateways:
- [x] Thermo (standalone mode)
- [x] CEN/CEN+
- [ ] Thermo (systems with 4 and 99 Central Units)
- [X] AUX
- [x] AUX
- [ ] add sendHighPriority with priority queue
- [ ] extend OpenConnector.listener to multiple listeners

Expand All @@ -48,7 +48,7 @@ This library is available via Maven Central repository by adding the dependency
<dependency>
<groupId>io.github.openwebnet4j</groupId>
<artifactId>openwebnet4j</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.openwebnet4j</groupId>
<artifactId>openwebnet4j</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>jar</packaging>

<name>openwebnet4j OpenWebNet Java library</name>
Expand Down

0 comments on commit 65bc085

Please sign in to comment.