]> git.basschouten.com Git - openhab-addons.git/commit
[playstation] Initial contribution (#8585)
authorFredrik Ahlström <fredrikahlstrom75@gmail.com>
Thu, 26 Nov 2020 01:39:27 +0000 (02:39 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Nov 2020 01:39:27 +0000 (17:39 -0800)
commitfde30fbadab04e29d4af8c403f217fdf9b841e46
treec54a6514b62c68f7a569bf1fe9c091fb0959c9c1
parent72c441e422f9804637eda61cddf62fc6fb7a64cb
[playstation] Initial contribution (#8585)

* [playstation] Initial contribution.

Signed-off-by: Fredrik Ahlström <fredrikahlstrom75@gmail.com>
24 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.playstation/NOTICE [new file with mode: 0755]
bundles/org.openhab.binding.playstation/README.md [new file with mode: 0755]
bundles/org.openhab.binding.playstation/pom.xml [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS3Configuration.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS3Handler.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS4ArtworkHandler.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS4Command.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS4Configuration.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS4Crypto.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS4ErrorStatus.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS4Handler.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PS4PacketHandler.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PlayStationBindingConstants.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/PlayStationHandlerFactory.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/java/org/openhab/binding/playstation/internal/discovery/PlayStationDiscovery.java [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/config/config.xml [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/i18n/playstation_en.properties [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/i18n/playstation_sv.properties [new file with mode: 0755]
bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0755]
bundles/pom.xml