diff options
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index a9e1d0d..4b3cf1f 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -148,6 +148,7 @@ message Door { | |||
148 | repeated string senders = 19; | 148 | repeated string senders = 19; |
149 | 149 | ||
150 | optional DoorType type = 8; | 150 | optional DoorType type = 8; |
151 | optional bool latch = 20; | ||
151 | 152 | ||
152 | optional string location_name = 17; | 153 | optional string location_name = 17; |
153 | } | 154 | } |