Skip to main content

Interface: WeatherSample

Defined in: src/sdk/weather/WeatherTypes.ts:32

A weather data sample.

Properties

oat

oat: number

Defined in: src/sdk/weather/WeatherTypes.ts:43

The outside air temperature, in degrees Celsius.


pressure

pressure: number

Defined in: src/sdk/weather/WeatherTypes.ts:40

The pressure, in decapascal.


windDirection

windDirection: number

Defined in: src/sdk/weather/WeatherTypes.ts:34

The direction of the wind, in true degrees.


windMagnitude

windMagnitude: number

Defined in: src/sdk/weather/WeatherTypes.ts:37

The magnitude of the wind, in knots.