IQRF Gateway Controller Autonetwork action configuration

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

Properties

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