mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 11:56:25 +01:00
Correct Native API Wire Format Documentation (#1528)
This commit is contained in:
parent
e288aa07fb
commit
57d6185374
@ -46,6 +46,7 @@ service APIConnection {
|
||||
// The Home Assistant protocol is structured as a simple
|
||||
// TCP socket with short binary messages encoded in the protocol buffers format
|
||||
// First, a message in this protocol has a specific format:
|
||||
// * A zero byte.
|
||||
// * VarInt denoting the size of the message object. (type is not part of this)
|
||||
// * VarInt denoting the type of message.
|
||||
// * The message object encoded as a ProtoBuf message
|
||||
|
Loading…
Reference in New Issue
Block a user