[openwebnet] Fix Things synchronization at boot / reconnect (#11975)
* [openwebnet] Fixes #11972: shutters are not refreshed at boot * [openwebnet] added refreshDelay property * [openwebnet] updated openwebnet4j to 0.7.1 * [openwebnet] improved where parameter description * [openwebnet] updated to own4j 0.7.1 release * [openwebnet] improved synch at boot * [openwebnet] cleaned up refreshChannelState() and refreshDevice(), moved code to base class. Added supportsRefreshAllDevices() * [openwebnet] moved lastAllDevicesRefreshTS to sub-classes. Set CEN/CEN+ things to ONLINE automatically. * [openwebnet] improved comments/javadocs. Added connectSchedule to dispose() Signed-off-by: Massimo Valla <mvcode00@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<dependency>
|
||||
<groupId>io.github.openwebnet4j</groupId>
|
||||
<artifactId>openwebnet4j</artifactId>
|
||||
<version>0.6.0</version>
|
||||
<version>0.7.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user