ESPHome 2025.5.0
Loading...
Searching...
No Matches
dashboard_import.cpp
Go to the documentation of this file.
1#include "dashboard_import.h"
2
3namespace esphome {
4namespace dashboard_import {
5
6static std::string g_package_import_url; // NOLINT
7
8std::string get_package_import_url() { return g_package_import_url; }
9void set_package_import_url(std::string url) { g_package_import_url = std::move(url); }
10
11} // namespace dashboard_import
12} // namespace esphome
void set_package_import_url(std::string url)
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7