ESPHome
2023.11.6
|
Data Structures | |
struct | IPAddress |
Functions | |
bool | is_connected () |
Return whether the node is connected to the network (through wifi, eth, ...) More... | |
bool | is_disabled () |
Return whether the network is disabled (only wifi for now) More... | |
network::IPAddress | get_ip_address () |
std::string | get_use_address () |
Get the active network hostname. More... | |
std::string esphome::network::get_use_address | ( | ) |
bool esphome::network::is_connected | ( | ) |