Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IWeatherConfig.IWeatherConfig
implements IBaseConfig
Re-export
import { type IWeatherConfig } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";
const { IWeatherConfig } = IWeatherConfig;

Properties

kind: "aki-weather"
acceleration: number
weather: Weather
forceWinterEvent: boolean

Properties

kind: "aki-weather"
acceleration: number
weather: Weather
forceWinterEvent: boolean

Properties

clouds: WeatherSettings<string>
windSpeed: WeatherSettings<number>
windDirection: WeatherSettings<WindDirection>
windGustiness: MinMax
rain: WeatherSettings<number>
rainIntensity: MinMax
fog: WeatherSettings<string>
temp: MinMax
pressure: MinMax

Properties

values: T[]
weights: number[]