]> git.basschouten.com Git - openhab-addons.git/commit
[yamahamusiccast] Initial contribution (#11880)
authorcoop-git <65073745+coop-git@users.noreply.github.com>
Thu, 6 Jan 2022 19:04:25 +0000 (20:04 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 19:04:25 +0000 (20:04 +0100)
commit60c1eceb962446f0b74815213172ee4fb9f07e3b
treea7030e274d8d1b4bc9b6db62e49dfdc8dc64b14a
parentda59cdd255a66275dd7ae11dd294fedca4942d30
[yamahamusiccast] Initial contribution (#11880)

* Pull Request OH3

Signed-off-by: Lennert Coopman <github@coopman.org>
* Pull Request OH3

Signed-off-by: Lennert Coopman <github@coopman.org>
* Pull Request OH3

Signed-off-by: Lennert Coopman <github@coopman.org>
* Pull Request OH3

Signed-off-by: Lennert Coopman <github@coopman.org>
* Pull Request OH3

Signed-off-by: Lennert Coopman <github@coopman.org>
* Pull Request OH3

Signed-off-by: Lennert Coopman <github@coopman.org>
* Pull Request OH3

Signed-off-by: Lennert Coopman <github@coopman.org>
* Pull Request OH3

Signed-off-by: Lennert Coopman <github@coopman.org>
24 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.yamahamusiccast/README.md [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/YamahaMusiccastBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/YamahaMusiccastBridgeHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/YamahaMusiccastConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/YamahaMusiccastHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/YamahaMusiccastHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/YamahaMusiccastStateDescriptionProvider.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/DeviceInfo.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/DistributionInfo.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/Features.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/PlayInfo.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/PresetInfo.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/RecentInfo.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/Response.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/Status.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/java/org/openhab/binding/yamahamusiccast/internal/dto/UdpMessage.java [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/resources/OH-INF/thing/bridge.xml [new file with mode: 0644]
bundles/org.openhab.binding.yamahamusiccast/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml