Skip to content

Commit

Permalink
[openweathermap] Fix ozone mapping in DTO (openhab#11086)
Browse files Browse the repository at this point in the history
- Fix ozone mapping in DTO

Signed-off-by: Christoph Weitkamp <[email protected]>
  • Loading branch information
cweitkamp authored Aug 8, 2021
1 parent 2e8700e commit 8a774cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8a774cb

Please sign in to comment.