about summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto2
-rw-r--r--proto/human.proto2
2 files changed, 4 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 01f8d9e..d6cc8cb 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -184,6 +184,8 @@ message PanelData {
184 optional uint64 required_door = 9; 184 optional uint64 required_door = 9;
185 optional uint64 required_room = 11; 185 optional uint64 required_room = 11;
186 186
187 optional bool exclude_from_panelsanity = 13;
188
187 optional string display_name = 12; 189 optional string display_name = 12;
188} 190}
189 191
diff --git a/proto/human.proto b/proto/human.proto index c599341..73a3ed3 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -145,6 +145,8 @@ message HumanPanel {
145 optional DoorIdentifier required_door = 7; 145 optional DoorIdentifier required_door = 7;
146 optional RoomIdentifier required_room = 8; 146 optional RoomIdentifier required_room = 8;
147 147
148 optional bool exclude_from_panelsanity = 10;
149
148 optional string display_name = 9; 150 optional string display_name = 9;
149} 151}
150 152