zigbee-herdsman
    Preparing search index...

    Interface RoutingTableEntry

    interface RoutingTableEntry {
        destinationAddress: number;
        nextHop: number;
        status: string;
    }
    Index

    Properties

    destinationAddress: number
    nextHop: number
    status: string