-
Determines if a reading is older than 31 days
Declaration
Swift
var isOld: Bool { get }
-
rounds reading value to 2 decimal places
Declaration
Swift
var formattedValue: String { get }
-
Determines if a reading is unresponsive If a guage station is not reporting a value, it will return -999999
Declaration
Swift
var unresponsive: Bool { get }