|
ESPHome 2026.1.4
|
#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. | |
| network::IPAddress | dns2 |
| The second DNS server. 0.0.0.0 for default. | |
Definition at line 51 of file ethernet_component.h.
| network::IPAddress esphome::ethernet::ManualIP::dns1 |
The first DNS server. 0.0.0.0 for default.
Definition at line 55 of file ethernet_component.h.
| network::IPAddress esphome::ethernet::ManualIP::dns2 |
The second DNS server. 0.0.0.0 for default.
Definition at line 56 of file ethernet_component.h.
| network::IPAddress esphome::ethernet::ManualIP::gateway |
Definition at line 53 of file ethernet_component.h.
| network::IPAddress esphome::ethernet::ManualIP::static_ip |
Definition at line 52 of file ethernet_component.h.
| network::IPAddress esphome::ethernet::ManualIP::subnet |
Definition at line 54 of file ethernet_component.h.