ESPHome
2023.5.4
|
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. More... | |
network::IPAddress | dns2 |
The second DNS server. 0.0.0.0 for default. More... | |
Struct for setting static IPs in WiFiComponent.
Definition at line 77 of file wifi_component.h.
network::IPAddress esphome::wifi::ManualIP::dns1 |
The first DNS server. 0.0.0.0 for default.
Definition at line 81 of file wifi_component.h.
network::IPAddress esphome::wifi::ManualIP::dns2 |
The second DNS server. 0.0.0.0 for default.
Definition at line 82 of file wifi_component.h.
network::IPAddress esphome::wifi::ManualIP::gateway |
Definition at line 79 of file wifi_component.h.
network::IPAddress esphome::wifi::ManualIP::static_ip |
Definition at line 78 of file wifi_component.h.
network::IPAddress esphome::wifi::ManualIP::subnet |
Definition at line 80 of file wifi_component.h.