IQRF Gateway Daemon JavaScript Utilities - v0.1.5
    Preparing search index...

    Interface IqmeshRemoveBond3Params

    IQMESH RemoveBond parameters interface

    interface IqmeshRemoveBond3Params {
        allNodes: boolean;
        coordinatorOnly: boolean;
        deviceAddr: number | number[];
        hwpId: number;
    }
    Index

    Properties

    allNodes: boolean
    coordinatorOnly: boolean
    deviceAddr: number | number[]
    hwpId: number