IQRF Gateway Controller Autonetwork action stop conditions configuration

interface IqrfGatewayControllerApiAutonetworkStopConditionsConfig {
    abortOnTooManyNodesFound: boolean;
    emptyWaves: number;
    waves: number;
}

Properties

abortOnTooManyNodesFound: boolean
emptyWaves: number
waves: number