@seamapi/http - v1.122.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

    Properties

    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