From e1d1b6e1f51b2152373be73ea59900ee410e33d2 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 10 Aug 2025 12:25:52 -0400 Subject: Added the_congruent --- proto/human.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index 0de1f0e..7d61fcb 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -33,6 +33,13 @@ message PanelIdentifier { string answer = 4; } +message KeyholderIdentifier { + string map = 1; + string room = 2; + string name = 3; + string key = 4; +} + message HumanConnection { message Endpoint { oneof endpoint { @@ -76,6 +83,8 @@ message HumanDoor { string control_center_color = 6; repeated string switches = 7; + repeated KeyholderIdentifier keyholders = 10; + repeated RoomIdentifier rooms = 11; DoorType type = 4; string location_room = 5; @@ -109,6 +118,7 @@ message HumanPainting { bool move = 6; bool enter_only = 7; bool flipped = 8; + bool exit_only = 9; DoorIdentifier required_door = 5; } -- cgit 1.4.1