ESPHome
2024.10.2
esphome
esphome
components
dashboard_import
dashboard_import.cpp
Go to the documentation of this file.
1
#include "
dashboard_import.h
"
2
3
namespace
esphome
{
4
namespace
dashboard_import {
5
6
static
std::string g_package_import_url;
// NOLINT
7
8
std::string
get_package_import_url
() {
return
g_package_import_url; }
9
void
set_package_import_url
(std::string url) { g_package_import_url = std::move(url); }
10
11
}
// namespace dashboard_import
12
}
// namespace esphome
esphome::dashboard_import::get_package_import_url
std::string get_package_import_url()
Definition:
dashboard_import.cpp:8
esphome::dashboard_import::set_package_import_url
void set_package_import_url(std::string url)
Definition:
dashboard_import.cpp:9
dashboard_import.h
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
Generated by
1.8.13