Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalla committed Oct 1, 2022
1 parent 3aa2329 commit da698b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## [0.9.0] - 2022-05-??
## [0.9.0] - 2022-10-01

### Added
- Initial support for SCENARIOS (WHO=0)
- Initial support for Basic Scenarios (WHO=0)


## [0.8.1] - 2022-03-24
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Supported features:

Supported frames:

* `WHO=0` Scenarios
* `WHO=1` Lighting
* `WHO=2` Automation
* `WHO=4` Thermoregulation
Expand All @@ -36,6 +37,7 @@ Supported Open Web Net gateways:
- [x] CEN/CEN+
- [x] Thermo (systems with 4 and 99 Central Units)
- [x] AUX
- [x] Scenarios WHO=0
- [ ] add sendHighPriority with priority queue
- [ ] extend OpenConnector.listener to multiple listeners

Expand All @@ -49,7 +51,7 @@ This library is available via Maven Central repository by adding the dependency
<dependency>
<groupId>io.github.openwebnet4j</groupId>
<artifactId>openwebnet4j</artifactId>
<version>0.8.0</version>
<version>0.9.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 @@ -4,7 +4,7 @@

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

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

0 comments on commit da698b1

Please sign in to comment.