From 7f82beb120e222ace6c258fc3982b5988f9ae070 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 2 Sep 2025 14:09:35 -0400 Subject: Added keyholder sanity --- 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 b627e83..9cdf5fd 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -162,10 +162,12 @@ message Port { message KeyholderData { optional uint64 id = 1; + optional uint64 ap_id = 6; optional uint64 room_id = 2; optional string name = 3; optional string path = 4; + optional string key = 5; } message Letter { -- cgit 1.4.1