]> git.basschouten.com Git - openhab-addons.git/commit
[tellstick] Fix for #9841, adding support for Tellstick local API. (#10020)
authorJan Gustafsson <jannegpriv@gmail.com>
Thu, 18 Feb 2021 08:33:22 +0000 (09:33 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 08:33:22 +0000 (09:33 +0100)
commit0853aa7ceac14fceaddda43c1d87538d2e378b75
tree79bd832dc40ef1cd6c7495b6823ed03da78c9a64
parent8a4b87e04e96c008882585a9adf26e9ffd270d54
[tellstick] Fix for #9841, adding support for Tellstick local API. (#10020)

* Fix for #9841.

Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
22 files changed:
bundles/org.openhab.binding.tellstick/README.md
bundles/org.openhab.binding.tellstick/doc/znet.jpeg [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/TellstickBindingConstants.java
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/TellstickHandlerFactory.java
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/conf/TelldusLiveConfiguration.java
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/conf/TelldusLocalConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/discovery/TellstickDiscoveryService.java
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/handler/TelldusDevicesHandler.java
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/live/xml/LiveDataType.java
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/TelldusLocalBridgeHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/TelldusLocalDeviceController.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/TelldusLocalException.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/dto/LocalDataTypeValueDTO.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/dto/TelldusLocalResponseDTO.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/dto/TellstickLocalDeviceDTO.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/dto/TellstickLocalDevicesDTO.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/dto/TellstickLocalSensorDTO.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/dto/TellstickLocalSensorEventDTO.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/local/dto/TellstickLocalSensorsDTO.java [new file with mode: 0644]
bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/thing/bridge.xml
bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/thing/devices.xml
bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/thing/sensor.xml