mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Add get_ap() method to WiFi (#3684)
This commit is contained in:
parent
599a455150
commit
4791093e48
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ class WiFiComponent : public Component {
|
|||
* can be made, the AP will be turned off again.
|
||||
*/
|
||||
void set_ap(const WiFiAP &ap);
|
||||
WiFiAP get_ap() { return this->ap_; }
|
||||
|
||||
void start_scanning();
|
||||
void check_scanning_finished();
|
||||
|
|
Loading…
Reference in a new issue