Skip to content

Commit

Permalink
updated units
Browse files Browse the repository at this point in the history
  • Loading branch information
DarraghRogan committed Mar 9, 2021
1 parent 09f769c commit e952002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miasma/Menu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ class menuFunctions: NSObject {


self.smartCitizenOtherPollutants.title = "☁️: VOC \(String(smartCitizenData.data?.sensors?[0].value ?? 0))\(String(smartCitizenData.data?.sensors?[0].unit ?? "0")) / CO₂ \(String(smartCitizenData.data?.sensors?[1].value ?? 0))\(String(smartCitizenData.data?.sensors?[1].unit ?? "0"))"

ze
self.smartCitizenTemperature.title = "🌡: \(String(smartCitizenData.data?.sensors?[10].value ?? 0))"

self.smartCitizenHumidity.title = "💧: \(String(smartCitizenData.data?.sensors?[9].value ?? 0))%"
Expand Down

0 comments on commit e952002

Please sign in to comment.