ESPHome
2024.10.2
|
Data Structures | |
class | Wireguard |
Main Wireguard component class. More... | |
class | WireguardDisableAction |
Action to disable Wireguard component. More... | |
class | WireguardEnableAction |
Action to enable Wireguard component. More... | |
class | WireguardEnabledCondition |
Condition to check if Wireguard component is enabled. More... | |
class | WireguardPeerOnlineCondition |
Condition to check if remote peer is online. More... | |
Functions | |
std::string | mask_key (const std::string &key) |
Strip most part of the key only for secure printing. More... | |
void | suspend_wdt () |
void | resume_wdt () |
std::string esphome::wireguard::mask_key | ( | const std::string & | key | ) |
Strip most part of the key only for secure printing.
Definition at line 288 of file wireguard.cpp.
void esphome::wireguard::resume_wdt | ( | ) |
void esphome::wireguard::suspend_wdt | ( | ) |