publicvardayNight:String?// can be nil for MICRO (partial) update
publicvartempF:String?// Currently XMLCoder seems to struggle with decoding optional doubles with an empty value: <temp_F></temp_F> won't be decoded as nil, instead decoding will fail. So, using Strings for now.