From c0c5431800d0306d01814e9902566c9b4fc9220b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 17:18:47 -0400 Subject: Assign AP IDs to doors and panels --- proto/data.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index 3417c4c..bea2563 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -23,6 +23,7 @@ message Connection { message Door { uint64 id = 1; + uint64 ap_id = 11; uint64 map_id = 9; uint64 room_id = 10; string name = 2; @@ -39,6 +40,7 @@ message Door { message Panel { uint64 id = 1; + uint64 ap_id = 10; uint64 room_id = 2; string name = 3; -- cgit 1.4.1