Interface RealtimeDataContainerSettings

Settings for the BasicRealtimeDataContainer and the DetailedRealtimeDataContainer. MinimumRealtimeDataContainerSettings describes the mimimum required settings to be configured when creating a realtime data container.

Hierarchy

  • RealtimeDataContainerSettings

Properties

Properties

updateInterval: number

The interval (in seconds) the container updates itself. Default is 60 seconds.

On update the "update" and the "valid-update" (if the update succeeds) event fires.

A smaller intervall leads to more up-to-date weather data but also more traffic.

Can be changed on runtime via container.settings.updateInterval.

Generated using TypeDoc