Interface WeatherSearchForecastForHours

未来24时天气预报信息

interface WeatherSearchForecastForHours {
    relativeHumidity: number;
    dataTime: string;
    windDirection: string;
    windPower: string;
    temperature: number;
    clouds: number;
    phenomenon: string;
    hourlyPrecipitation: number;
}

Properties

relativeHumidity: number

相对湿度(%),高级字段

dataTime: string

数据时间,高级字段

windDirection: string

风向描述,高级字段

windPower: string

风力等级,高级字段

temperature: number

温度(℃),高级字段

clouds: number

云量(%),高级字段

phenomenon: string

天气现象,高级字段

hourlyPrecipitation: number

1小时累计降水量(mm),高级字段