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

    Interface IqrfGatewayControllerFactoryResetConfig

    IQRF Gateway Controller factory reset configuration

    interface IqrfGatewayControllerFactoryResetConfig {
        coordinator: boolean;
        daemon: boolean;
        iqaros?: boolean;
        network: boolean;
        webapp: boolean;
    }
    Index

    Properties

    coordinator: boolean
    daemon: boolean
    iqaros?: boolean
    network: boolean
    webapp: boolean