]> git.basschouten.com Git - openhab-addons.git/commit
[renault] Initial Contribution (#11467)
authorDoug Culnane <32482395+dougculnane@users.noreply.github.com>
Sun, 5 Dec 2021 08:33:32 +0000 (09:33 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 08:33:32 +0000 (09:33 +0100)
commit3d2663cbf78f8bb4c44c627c54c13e54bac49fe1
tree62265692108605d847f6b8009a86ba5f755a5248
parent9340213eb0994a477d4abd150c704704785ed076
[renault] Initial Contribution (#11467)

* #11465 Initial renault-api binding
Signed-off-by: Doug Culnane <doug@culnane.com>
20 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.renault/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.renault/README.md [new file with mode: 0644]
bundles/org.openhab.binding.renault/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/RenaultBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/RenaultConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/RenaultHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/api/Car.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/api/Constants.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/api/MyRenaultHttpSession.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/api/exceptions/RenaultException.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/api/exceptions/RenaultForbiddenException.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/api/exceptions/RenaultNotImplementedException.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/api/exceptions/RenaultUpdateException.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/java/org/openhab/binding/renault/internal/handler/RenaultHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.renault/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml