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

    Interface AwsMqttConfig

    Amazon Web Services IoT configuration

    interface AwsMqttConfig {
        certificate: null | File;
        endpoint: string;
        privateKey: null | File;
    }
    Index

    Properties

    certificate: null | File
    endpoint: string
    privateKey: null | File