From d79984b099c3f762b95d3b4257bef113d3a8d6ee Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 7 Sep 2025 15:42:00 -0400 Subject: Added door groups --- proto/human.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index 205b867..89fd076 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -203,6 +203,16 @@ message HumanProgressives { repeated HumanProgressive progressives = 1; } +message HumanDoorGroup { + optional string name = 1; + optional DoorGroupType type = 2; + repeated DoorIdentifier doors = 3; +} + +message HumanDoorGroups { + repeated HumanDoorGroup door_groups = 1; +} + message IdMappings { message RoomIds { map panels = 1; @@ -220,4 +230,5 @@ message IdMappings { map letters = 3; map endings = 4; map progressives = 5; + map door_groups = 6; } -- cgit 1.4.1