ESPHome
2024.10.2
|
#include <ethernet_component.h>
Data Fields | |
network::IPAddress | static_ip |
network::IPAddress | gateway |
network::IPAddress | subnet |
network::IPAddress | dns1 |
The first DNS server. 0.0.0.0 for default. More... | |
network::IPAddress | dns2 |
The second DNS server. 0.0.0.0 for default. More... | |
Definition at line 31 of file ethernet_component.h.
network::IPAddress esphome::ethernet::ManualIP::dns1 |
The first DNS server. 0.0.0.0 for default.
Definition at line 35 of file ethernet_component.h.
network::IPAddress esphome::ethernet::ManualIP::dns2 |
The second DNS server. 0.0.0.0 for default.
Definition at line 36 of file ethernet_component.h.
network::IPAddress esphome::ethernet::ManualIP::gateway |
Definition at line 33 of file ethernet_component.h.
network::IPAddress esphome::ethernet::ManualIP::static_ip |
Definition at line 32 of file ethernet_component.h.
network::IPAddress esphome::ethernet::ManualIP::subnet |
Definition at line 34 of file ethernet_component.h.