|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
A user-defined service advertised by the device (api: api.services).
More...
#include <home_assistant_services.hpp>

Public Attributes | |
| std::string | name |
| std::uint32_t | key = 0 |
| std::vector< UserServiceArg > | args |
| SupportsResponseType | supports_response = SupportsResponseType::None |
A user-defined service advertised by the device (api: api.services).
| std::vector<UserServiceArg> esphome::api::UserService::args |
| std::uint32_t esphome::api::UserService::key = 0 |
| std::string esphome::api::UserService::name |
| SupportsResponseType esphome::api::UserService::supports_response = SupportsResponseType::None |