]> git.basschouten.com Git - openhab-addons.git/commit
[saicismart] Initial contribution (#15894)
authorDoug Culnane <32482395+dougculnane@users.noreply.github.com>
Sat, 27 Apr 2024 20:49:34 +0000 (22:49 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Apr 2024 20:49:34 +0000 (22:49 +0200)
commit652845fee54b6a20b40b06882976e0362ec7c9cb
tree4d822df0a2e25c6960010a6e619902e2b80e1d14
parent229c2b7032e3f686b957df19d79f21700912df67
[saicismart] Initial contribution (#15894)

* [saicismart] initial binding creation

Signed-off-by: Markus Heberling <markus@heberling.net>
Signed-off-by: dougculnane <doug@culnane.net>
23 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.saicismart/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/README.md [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/ChargeStateUpdater.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/SAICiSMARTBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/SAICiSMARTBridgeConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/SAICiSMARTBridgeHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/SAICiSMARTHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/SAICiSMARTHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/SAICiSMARTVehicleConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/VehicleDiscovery.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/VehicleStateUpdater.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/exceptions/ChargingStatusAPIException.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/java/org/openhab/binding/saicismart/internal/exceptions/VehicleStatusAPIException.java [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/resources/OH-INF/addon/addon.xml [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/resources/OH-INF/config/bridge-config.xml [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/resources/OH-INF/config/thing-config.xml [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/resources/OH-INF/thing/bridge-ismart.xml [new file with mode: 0644]
bundles/org.openhab.binding.saicismart/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml