]> git.basschouten.com Git - openhab-addons.git/commitdiff
[openweathermap] Fix ozone mapping in DTO (#11086)
authorChristoph Weitkamp <github@christophweitkamp.de>
Sun, 8 Aug 2021 12:22:13 +0000 (14:22 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Aug 2021 12:22:13 +0000 (14:22 +0200)
- Fix ozone mapping in DTO

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.openweathermap/src/main/java/org/openhab/binding/openweathermap/internal/dto/airpollution/Components.java

index 3c20083f329f4b71809c1bdc607ddadb53736205..58336305e4a0d7a0b292dfdcb3a9087afb936a06 100644 (file)
@@ -26,7 +26,7 @@ public class Components {
     public double nitrogenMonoxide;
     @SerializedName("no2")
     public double nitrogenDioxide;
-    @SerializedName("o2")
+    @SerializedName("o3")
     public double ozone;
     @SerializedName("so2")
     public double sulphurDioxide;