TemperatureTemperatureTemperatureNumberTemperatureNumberNumberNumberNumberNumberNumberNumberStringTemperatureTemperatureDateTimeNumberImageStringNumberNumberNumberWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataWeatherDataTemperatureGet the ApparentTemperature
Kind: Instance method of WeatherData
Returns: Temperature - the KEY_APPARENT_TEMPERATURE value
TemperatureGet the ApparentTemperatureHigh
Kind: Instance method of WeatherData
Returns: Temperature - the KEY_APPARENT_TEMPERATURE_HIGH value
TemperatureGet the ApparentTemperatureLow
Kind: Instance method of WeatherData
Returns: Temperature - the KEY_APPARENT_TEMPERATURE_LOW value
NumberGet the CloudCover
Kind: Instance method of WeatherData
Returns: Number - the KEY_CLOUD_COVER value
TemperatureGet the CurrentTemperature
Kind: Instance method of WeatherData
Returns: Temperature - the KEY_CURRENT_TEMPERATURE value
NumberGet the Humidity
Kind: Instance method of WeatherData
Returns: Number - the KEY_HUMIDITY value
NumberGet the MoonPhase
Kind: Instance method of WeatherData
Returns: Number - the KEY_MOON_PHASE value
NumberGet the NearestStormBearing
Kind: Instance method of WeatherData
Returns: Number - the KEY_NEAREST_STORM_BEARING value
NumberGet the NearestStormDistance
Kind: Instance method of WeatherData
Returns: Number - the KEY_NEAREST_STORM_DISTANCE value
NumberGet the PrecipAccumulation
Kind: Instance method of WeatherData
Returns: Number - the KEY_PRECIP_ACCUMULATION value
NumberGet the PrecipIntensity
Kind: Instance method of WeatherData
Returns: Number - the KEY_PRECIP_INTENSITY value
NumberGet the PrecipProbability
Kind: Instance method of WeatherData
Returns: Number - the KEY_PRECIP_PROBABILITY value
StringGet the PrecipType
Kind: Instance method of WeatherData
Returns: String - the KEY_PRECIP_TYPE value
TemperatureGet the TemperatureHigh
Kind: Instance method of WeatherData
Returns: Temperature - the KEY_TEMPERATURE_HIGH value
TemperatureGet the TemperatureLow
Kind: Instance method of WeatherData
Returns: Temperature - the KEY_TEMPERATURE_LOW value
DateTimeGet the Time
Kind: Instance method of WeatherData
Returns: DateTime - the KEY_TIME value
NumberGet the Visibility
Kind: Instance method of WeatherData
Returns: Number - the KEY_VISIBILITY value
ImageGet the WeatherIcon
Kind: Instance method of WeatherData
Returns: Image - the KEY_WEATHER_ICON value
StringGet the WeatherSummary
Kind: Instance method of WeatherData
Returns: String - the KEY_WEATHER_SUMMARY value
NumberGet the WindBearing
Kind: Instance method of WeatherData
Returns: Number - the KEY_WIND_BEARING value
NumberGet the WindGust
Kind: Instance method of WeatherData
Returns: Number - the KEY_WIND_GUST value
NumberGet the WindSpeed
Kind: Instance method of WeatherData
Returns: Number - the KEY_WIND_SPEED value
WeatherDataSet the ApparentTemperature
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| temperature | Temperature |
The desired ApparentTemperature. |
WeatherDataSet the ApparentTemperatureHigh
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| high | Temperature |
The desired ApparentTemperatureHigh. |
WeatherDataSet the ApparentTemperatureLow
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| low | Temperature |
The desired ApparentTemperatureLow. |
WeatherDataSet the CloudCover
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| cover | Number |
0 to 1, percentage cloud cover - The desired CloudCover. {'num_min_value': 0.0, 'num_max_value': 1.0} |
WeatherDataSet the CurrentTemperature
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| temperature | Temperature |
The central temperature depending on the context of the weather data. It could be the present temperature, the temperature of a future minute, the temperature of a future hour, or an average temperature of a future day, for example. - The desired CurrentTemperature. |
WeatherDataSet the Humidity
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| humidity | Number |
0 to 1, percentage humidity - The desired Humidity. {'num_min_value': 0.0, 'num_max_value': 1.0} |
WeatherDataSet the MoonPhase
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| phase | Number |
0 to 1, percentage of the moon seen, e.g. 0 = no moon, 0.25 = quarter moon - The desired MoonPhase. {'num_min_value': 0.0, 'num_max_value': 1.0} |
WeatherDataSet the NearestStormBearing
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| bearing | Number |
In degrees, true north at 0 degrees - The desired NearestStormBearing. |
WeatherDataSet the NearestStormDistance
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| distance | Number |
In km - The desired NearestStormDistance. |
WeatherDataSet the PrecipAccumulation
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| accumulation | Number |
cm - The desired PrecipAccumulation. |
WeatherDataSet the PrecipIntensity
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| intensity | Number |
cm of water per hour - The desired PrecipIntensity. |
WeatherDataSet the PrecipProbability
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| probability | Number |
0 to 1, percentage chance - The desired PrecipProbability. {'num_min_value': 0.0, 'num_max_value': 1.0} |
WeatherDataSet the PrecipType
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| type | String |
e.g. "rain", "snow", "sleet", "hail" - The desired PrecipType. {'string_min_length': 1} |
WeatherDataSet the TemperatureHigh
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| high | Temperature |
The desired TemperatureHigh. |
WeatherDataSet the TemperatureLow
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| low | Temperature |
The desired TemperatureLow. |
WeatherDataSet the Time
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| time | DateTime |
The desired Time. |
WeatherDataSet the Visibility
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| visibility | Number |
In km - The desired Visibility. |
WeatherDataSet the WeatherIcon
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| icon | Image |
The desired WeatherIcon. |
WeatherDataSet the WeatherSummary
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| summary | String |
The desired WeatherSummary. {'string_min_length': 1} |
WeatherDataSet the WindBearing
Kind: Instance method of WeatherData
Returns: WeatherData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| bearing | Number |
In degrees, true north at 0 degrees - The desired WindBearing. |