ESPHome
2024.10.2
|
Data Structures | |
struct | IPAddress |
Typedefs | |
using | IPAddresses = std::array< IPAddress, 5 > |
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::IPAddresses | get_ip_addresses () |
std::string | get_use_address () |
Get the active network hostname. More... | |
using esphome::network::IPAddresses = typedef std::array<IPAddress, 5> |
Definition at line 141 of file ip_address.h.
IPAddresses esphome::network::get_ip_addresses | ( | ) |
std::string esphome::network::get_use_address | ( | ) |
bool esphome::network::is_connected | ( | ) |