From 8e9877416a269835f76b560f235a03834524073d Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 25 Oct 2024 17:16:59 -0600 Subject: [PATCH] Update go message def in docs --- docs/protocol.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/protocol.md b/docs/protocol.md index c40dd1e..2174505 100644 --- a/docs/protocol.md +++ b/docs/protocol.md @@ -13,6 +13,9 @@ type Message struct { // Timestamp of this message. Milliseconds since epoch. Timestamp int64 + // Number of connected clients. + Clients uint16 + // Message timing in milliseconds. // Timings alternate between tone and silence. // For example, `A` could be sent as [80, 80, 240]