|
ESPHome 2025.12.0-dev
|
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, ...) | |
| bool | is_disabled () |
| Return whether the network is disabled (only wifi for now) | |
| network::IPAddresses | get_ip_addresses () |
| const char * | get_use_address () |
| Get the active network hostname. | |
| using esphome::network::IPAddresses = std::array<IPAddress, 5> |
Definition at line 144 of file ip_address.h.
| IPAddresses esphome::network::get_ip_addresses | ( | ) |
| const char * esphome::network::get_use_address | ( | ) |
| bool esphome::network::is_connected | ( | ) |