1
0
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:
Otto Winter
2022-01-20 12:03:32 +01:00
committed by GitHub
parent 1f8a1f0046
commit 62f9736b1d
5 changed files with 26 additions and 3 deletions

View File

@@ -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