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

    Interface IqmeshRemoveBondParams

    IQMESH RemoveBond parameters interface

    interface IqmeshRemoveBondParams {
        deviceAddr: number;
        hwpId?: number;
        wholeNetwork?: boolean;
    }
    Index

    Properties

    deviceAddr: number
    hwpId?: number
    wholeNetwork?: boolean