zigbee-herdsman
    Preparing search index...

    Type Alias BindingTableResponse

    type BindingTableResponse = {
        bindingTableEntries: number;
        entryList: BindingTableEntry[];
        startIndex: number;
    }
    Index
    bindingTableEntries: number

    [0x00-0xFF] Total number of Binding Table entries within the Remote Device.

    entryList: BindingTableEntry[]

    A list of descriptors, beginning with the StartIndex element and continuing for BindingTableList- Count, of the elements in the Remote Device's Binding Table (

    BindingTableEntry ).

    startIndex: number

    [0x00-0xFF] Starting index within the Binding Table to begin reporting for the BindingTableList.