Defines the transport mode for ESP device communication.

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

Enumeration Members

Enumeration Members

cloud: "cloud"

Communication is routed through the cloud.

local: "local"

Communication is handled locally, without cloud intervention.