Interface MinimumRealtimeDataContainerSettings

The minimum required settings for any realtime data container.

Hierarchy

  • MinimumRealtimeDataContainerSettings

Properties

Properties

updateInterval?: number

Optional. 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