@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias AcsSystemsReportDevicesParameters

    type AcsSystemsReportDevicesParameters = {
        acs_encoders?: {
            hotek_metadata?: { encoder_number?: string };
            is_removed?: boolean;
        }[];
        acs_entrances?: {
            hotek_metadata?: {
                common_area_name?: string;
                common_area_number?: string;
                room_number?: string;
            };
            is_removed?: boolean;
        }[];
        acs_system_id: string;
    }
    Index
    acs_encoders?: {
        hotek_metadata?: { encoder_number?: string };
        is_removed?: boolean;
    }[]

    Array of ACS encoders to report

    Type Declaration

    • Optionalhotek_metadata?: { encoder_number?: string }

      Hotek-specific metadata associated with the entrance.

      • Optionalencoder_number?: string

        The encoder number determined by the USB port connection.

    • Optionalis_removed?: boolean

      Whether the encoder is removed

    acs_entrances?: {
        hotek_metadata?: {
            common_area_name?: string;
            common_area_number?: string;
            room_number?: string;
        };
        is_removed?: boolean;
    }[]

    Array of ACS entrances to report

    Type Declaration

    • Optionalhotek_metadata?: { common_area_name?: string; common_area_number?: string; room_number?: string }

      Hotek-specific metadata associated with the entrance.

      • Optionalcommon_area_name?: string

        The common area name

      • Optionalcommon_area_number?: string

        The room number identifier

      • Optionalroom_number?: string

        The room number identifier

    • Optionalis_removed?: boolean

      Whether the entrance is removed

    acs_system_id: string

    ID of the ACS system to report resources for