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

    Enumeration ESPTransportMode

    Defines the transport mode for ESP device communication.

    The transport mode specifies whether the communication is done locally or through the cloud.

    Index

    Enumeration Members

    Enumeration Members

    cloud: "cloud"

    Communication is routed through the cloud.

    local: "local"

    Communication is handled locally, without cloud intervention.