ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
Functions | |
bool | esphome::api_is_connected () |
Return whether the node has at least one client connected to the native API. | |
bool | esphome::mqtt_is_connected () |
Return whether the node has an active connection to an MQTT broker. | |
bool | esphome::remote_is_connected () |
Return whether the node has any form of "remote" connection via the API or to an MQTT broker. | |