docs: Update BACnet log to new nested format

This commit is contained in:
Castor Gemini 2025-08-22 03:50:29 -05:00 committed by Jeff Carr
parent c102244930
commit 3e4fc230f3
1 changed files with 17 additions and 10 deletions

View File

@ -1,12 +1,19 @@
uuid: "bacnet-log-01" uuid: "bacnet-log-02"
version: "v0.0.3 go.wit.com/lib/protobuf/chatpb" version: "v0.0.5 go.wit.com/lib/protobuf/chatpb"
Chats: { Chats: {
from: USER ChatName: "BACnet Protocol Discussion"
uuid: "a1b2c3d4-e5f6-4a5b-8c9d-1e2f3a4b5c6d" # A UUID for the topic itself
ctime: { seconds: 1724166000 } ctime: { seconds: 1724166000 }
ContentFile: "content/bacnet_q1.content" Entries: {
} from: USER
Chats: { ctime: { seconds: 1724166000 }
from: GEMINI ContentFile: "content/bacnet_q1.content"
ctime: { seconds: 1724166060 } uuid: "b2c3d4e5-f6a7-4b5c-8d9e-2f3a4b5c6d7e"
ContentFile: "content/bacnet_a1.content" }
} Entries: {
from: GEMINI
ctime: { seconds: 1724166060 }
ContentFile: "content/bacnet_a1.content"
uuid: "c3d4e5f6-a7b8-4c5d-9e1f-3a4b5c6d7e8f"
}
}