|
ESPHome 2025.12.0-dev
|
Struct for setting static IPs in WiFiComponent. More...
#include <wifi_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. | |
Struct for setting static IPs in WiFiComponent.
Definition at line 113 of file wifi_component.h.
| network::IPAddress esphome::wifi::ManualIP::dns1 |
The first DNS server. 0.0.0.0 for default.
Definition at line 117 of file wifi_component.h.
| network::IPAddress esphome::wifi::ManualIP::dns2 |
The second DNS server. 0.0.0.0 for default.
Definition at line 118 of file wifi_component.h.
| network::IPAddress esphome::wifi::ManualIP::gateway |
Definition at line 115 of file wifi_component.h.
| network::IPAddress esphome::wifi::ManualIP::static_ip |
Definition at line 114 of file wifi_component.h.
| network::IPAddress esphome::wifi::ManualIP::subnet |
Definition at line 116 of file wifi_component.h.