]> git.basschouten.com Git - openhab-addons.git/commit
[unifiedremote] Initial contribution (#8546)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Sat, 24 Oct 2020 17:00:25 +0000 (19:00 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 17:00:25 +0000 (10:00 -0700)
commit8b8b79cf04cf4b2ec91d16dc5d852bec1052d0f9
tree24ef91d0346502615c8b3c66b67a04afeb834614
parentcb5d8711b826ad961b68b21ac2de8f30d3eb1b38
[unifiedremote] Initial contribution (#8546)

Signed-off-by: GiviMAD <miguelwork92@gmail.com>
15 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.unifiedremote/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/README.md [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/java/org/openhab/binding/unifiedremote/internal/UnifiedRemoteBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/java/org/openhab/binding/unifiedremote/internal/UnifiedRemoteConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/java/org/openhab/binding/unifiedremote/internal/UnifiedRemoteConnection.java [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/java/org/openhab/binding/unifiedremote/internal/UnifiedRemoteDiscoveryService.java [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/java/org/openhab/binding/unifiedremote/internal/UnifiedRemoteHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/java/org/openhab/binding/unifiedremote/internal/UnifiedRemoteHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.unifiedremote/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml