1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-15 06:15:47 +00:00

Send manufacturer name via API (#3938)

This commit is contained in:
Jesse Hills
2022-10-25 17:24:38 +13:00
committed by GitHub
parent 702b60ce66
commit d93f35701f
4 changed files with 17 additions and 0 deletions

View File

@@ -273,6 +273,7 @@ class DeviceInfoResponse : public ProtoMessage {
std::string project_version{};
uint32_t webserver_port{0};
uint32_t bluetooth_proxy_version{0};
std::string manufacturer{};
void encode(ProtoWriteBuffer buffer) const override;
#ifdef HAS_PROTO_MESSAGE_DUMP
void dump_to(std::string &out) const override;