]> git.basschouten.com Git - openhab-addons.git/commit
[aWATTar] added inverted best price (#16877)
authortl-photography <thomas@tl-photography.at>
Fri, 12 Jul 2024 06:50:16 +0000 (08:50 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2024 06:50:16 +0000 (08:50 +0200)
commitf7bcbe157513c957116eacad1a9b13ccd059c712
tree300c4e0e6f9488f445b4101d50f105ab6490a9d2
parent8c392da5427ebe822b1dc09eee94ba99c04b483b
[aWATTar] added inverted best price (#16877)

Signed-off-by: Thomas Leber <thomas@tl-photography.at>
bundles/org.openhab.binding.awattar/README.md
bundles/org.openhab.binding.awattar/src/main/java/org/openhab/binding/awattar/internal/AwattarBestPriceConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.awattar/src/main/java/org/openhab/binding/awattar/internal/AwattarBestpriceConfiguration.java [deleted file]
bundles/org.openhab.binding.awattar/src/main/java/org/openhab/binding/awattar/internal/handler/AwattarBestPriceHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.awattar/src/main/java/org/openhab/binding/awattar/internal/handler/AwattarBestpriceHandler.java [deleted file]
bundles/org.openhab.binding.awattar/src/main/java/org/openhab/binding/awattar/internal/handler/AwattarHandlerFactory.java
bundles/org.openhab.binding.awattar/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.binding.awattar/src/main/resources/OH-INF/i18n/awattar.properties
bundles/org.openhab.binding.awattar/src/main/resources/OH-INF/i18n/awattar_de.properties
bundles/org.openhab.binding.awattar/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.awattar/src/test/java/org/openhab/binding/awattar/internal/handler/AwattarBridgeHandlerTest.java