esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
camera.hpp
Go to the documentation of this file.
1#pragma once
2
5
8
9namespace esphome::api {
10
11namespace proto {
12class ListEntitiesCameraResponse;
13} // namespace proto
14
17
18CameraInfo parse_camera_info(const proto::ListEntitiesCameraResponse& msg);
19
20} // namespace esphome::api
Common entity metadata shared by every entity domain.
Typed mirrors of the ESPHome protobuf enums.
Definition bytes.hpp:10
CameraInfo parse_camera_info(const proto::ListEntitiesCameraResponse &msg)
Static description of a camera entity.
Definition camera.hpp:16
Fields present on every ListEntities*Response.
Definition entity.hpp:16