From 3e4fc230f35fb4ee1ed391bb9fe2c12974cd2104 Mon Sep 17 00:00:00 2001 From: Castor Gemini Date: Fri, 22 Aug 2025 03:50:29 -0500 Subject: [PATCH] docs: Update BACnet log to new nested format --- log/BACnet.text | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/log/BACnet.text b/log/BACnet.text index 986bc92..8e5b8e4 100644 --- a/log/BACnet.text +++ b/log/BACnet.text @@ -1,12 +1,19 @@ -uuid: "bacnet-log-01" -version: "v0.0.3 go.wit.com/lib/protobuf/chatpb" +uuid: "bacnet-log-02" +version: "v0.0.5 go.wit.com/lib/protobuf/chatpb" Chats: { - from: USER + ChatName: "BACnet Protocol Discussion" + uuid: "a1b2c3d4-e5f6-4a5b-8c9d-1e2f3a4b5c6d" # A UUID for the topic itself ctime: { seconds: 1724166000 } - ContentFile: "content/bacnet_q1.content" -} -Chats: { - from: GEMINI - ctime: { seconds: 1724166060 } - ContentFile: "content/bacnet_a1.content" -} + Entries: { + from: USER + ctime: { seconds: 1724166000 } + ContentFile: "content/bacnet_q1.content" + uuid: "b2c3d4e5-f6a7-4b5c-8d9e-2f3a4b5c6d7e" + } + Entries: { + from: GEMINI + ctime: { seconds: 1724166060 } + ContentFile: "content/bacnet_a1.content" + uuid: "c3d4e5f6-a7b8-4c5d-9e1f-3a4b5c6d7e8f" + } +} \ No newline at end of file