@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPRMConnectivityStatusInterface

    Represents the connectivity status of a node.

    interface ESPRMConnectivityStatusInterface {
        isConnected: boolean;
        lastConnectionTimestamp: number;
    }

    Implemented by

    Index

    Properties

    isConnected: boolean
    lastConnectionTimestamp: number