ESPHome
2024.10.2
esphome
esphome
components
dashboard_import
dashboard_import.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
esphome
{
6
namespace
dashboard_import {
7
8
std::string
get_package_import_url
();
9
void
set_package_import_url
(std::string 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
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
Generated by
1.8.13