mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 17:52:19 +01:00
API: Expect a name for connections (#2533)
This commit is contained in:
@@ -95,6 +95,9 @@ message HelloResponse {
|
||||
// and only exists for debugging/logging purposes.
|
||||
// For example "ESPHome v1.10.0 on ESP8266"
|
||||
string server_info = 3;
|
||||
|
||||
// The name of the server (App.get_name())
|
||||
string name = 4;
|
||||
}
|
||||
|
||||
// Message sent at the beginning of each connection to authenticate the client
|
||||
|
Reference in New Issue
Block a user