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

    Interface ESPCDFConnectivityStatusInterface

    Represents the connectivity status of a node.

    interface ESPCDFConnectivityStatusInterface {
        isConnected: boolean;
        lastConnectionTimestamp: number;
    }
    Index

    Properties

    isConnected: boolean
    lastConnectionTimestamp: number