]> git.basschouten.com Git - openhab-addons.git/commit
[pushbullet] Add link and file push type support (#17472)
authorJeremy <jsetton@users.noreply.github.com>
Sat, 28 Sep 2024 20:58:23 +0000 (16:58 -0400)
committerGitHub <noreply@github.com>
Sat, 28 Sep 2024 20:58:23 +0000 (22:58 +0200)
commitc88974525cc8534672859291c01eede62789e76d
tree4778393af9de79ebb019abf4d0001f4fab329c75
parent1a42353cc9b44800768770542bfea58536a70ed6
[pushbullet] Add link and file push type support (#17472)

* [pushbullet] Add link and file push type support

Signed-off-by: jsetton <jeremy.setton@gmail.com>
21 files changed:
bundles/org.openhab.binding.pushbullet/README.md
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/PushbulletBindingConstants.java
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/PushbulletConfiguration.java
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/PushbulletHandlerFactory.java
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/PushbulletHttpClient.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/action/PushbulletActions.java
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/exception/PushbulletApiException.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/exception/PushbulletAuthenticationException.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/handler/PushbulletHandler.java
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/InstantDeserializer.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/Push.java [deleted file]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/PushError.java [deleted file]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/PushRequest.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/PushResponse.java
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/PushType.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/UploadRequest.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/UploadResponse.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/java/org/openhab/binding/pushbullet/internal/model/User.java [new file with mode: 0644]
bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/i18n/pushbullet.properties
bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/thing/thing-types.xml