IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfGatewayControllerApiAutonetworkConfig

    IQRF Gateway Controller Autonetwork action configuration

    interface IqrfGatewayControllerApiAutonetworkConfig {
        actionRetries: number;
        discoveryBeforeStart: boolean;
        discoveryTxPower: number;
        returnVerbose: boolean;
        skipDiscoveryEachWave: boolean;
        stopConditions: IqrfGatewayControllerApiAutonetworkStopConditionsConfig;
    }
    Index

    Properties

    actionRetries: number
    discoveryBeforeStart: boolean
    discoveryTxPower: number
    returnVerbose: boolean
    skipDiscoveryEachWave: boolean