bcfreeflight
    Preparing search index...

    Class DeviceInfo

    Represents metadata about a physical weather device, including its location, elevation, and timezone context.

    Index

    Constructors

    • Creates a new instance of DeviceInfo.

      Parameters

      • id: string

        Unique identifier for the device.

      • elevation: number

        Elevation of the device location in feet.

      • height: number

        Height of the device above ground level, in feet.

      • latitude: number

        Geographic latitude of the device location.

      • location: string

        Human-readable description of the device location.

      • longitude: number

        Geographic longitude of the device location.

      • name: string

        Friendly display name for the device.

      • timezone: string

        IANA timezone string for the device's location.

      Returns DeviceInfo

    Properties

    elevation: number

    Elevation of the device location in feet.

    height: number

    Height of the device above ground level, in feet.

    id: string

    Unique identifier for the device.

    latitude: number

    Geographic latitude of the device location.

    location: string

    Human-readable description of the device location.

    longitude: number

    Geographic longitude of the device location.

    name: string

    Friendly display name for the device.

    timezone: string

    IANA timezone string for the device's location.

    Methods