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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user