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

    Interface MenderClientConfig

    Mender client configuration interface

    interface MenderClientConfig {
        InventoryPollIntervalSeconds: number;
        RetryPollIntervalSeconds: number;
        ServerCertificate: string;
        Servers: string[];
        TenantToken: string;
        UpdatePollIntervalSeconds: number;
    }
    Index

    Properties

    InventoryPollIntervalSeconds: number
    RetryPollIntervalSeconds: number
    ServerCertificate: string
    Servers: string[]
    TenantToken: string
    UpdatePollIntervalSeconds: number