Libertas OS API Documentation
    Preparing search index...

    Type Alias LibertasIdStatus

    LibertasIdStatus: { [id: number]: number }

    A map of ID/status code pairs. The ID can be attribute ID, command ID or event ID.

    Type declaration

    • [id: number]: number

    Use Libertas_MakeIterable to use LibertasIdStatus in a "for...of" loop.