HciWeatherInformation

data class HciWeatherInformation(type: HciWeatherInformation.Type, date: LocalDate, time: LocalTime?, summary: String?, text: String?, icoX: Int?, msgL: List<HciMessage>)

Types

Type
Link copied to clipboard
enum Type : Enum<HciWeatherInformation.Type>

Properties

date
Link copied to clipboard
val date: LocalDate
icoX
Link copied to clipboard
val icoX: Int?
msgL
Link copied to clipboard
val msgL: List<HciMessage>
summary
Link copied to clipboard
val summary: String?
text
Link copied to clipboard
val text: String?
time
Link copied to clipboard
val time: LocalTime?
type
Link copied to clipboard
val type: HciWeatherInformation.Type