]> git.basschouten.com Git - openhab-addons.git/commit
[openwebnet] Replace gnu.io dependency with serial transport (#16376)
authorM Valla <12682715+mvalla@users.noreply.github.com>
Mon, 5 Feb 2024 17:16:03 +0000 (18:16 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 17:16:03 +0000 (18:16 +0100)
commit3c53e1f08f82bacf9842ed9b353f79ae7c30586a
tree028dba364a7a2f60e1b2e010d970f8fafda9c417
parente3d5e5d999c97fbac470d0e38c1e474b298fbbed
[openwebnet] Replace gnu.io dependency with serial transport (#16376)

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
bundles/org.openhab.binding.openwebnet/pom.xml
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/discovery/UsbGatewayDiscoveryService.java
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetBridgeHandler.java
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetLightingHandler.java
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/serial/SerialPortAdapter.java [new file with mode: 0644]
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/serial/SerialPortEventAdapter.java [new file with mode: 0644]
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/serial/SerialPortProviderAdapter.java [new file with mode: 0644]