From 40c61966308e507da1c6d140e9ed2639073d193a Mon Sep 17 00:00:00 2001 From: Juan Pablo Pino Bravo Date: Fri, 12 Dec 2025 15:21:01 +0100 Subject: [PATCH] Add per device storage location in RecordState --- protobuf_definitions/message_formats.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protobuf_definitions/message_formats.proto b/protobuf_definitions/message_formats.proto index 9f0172a9..59066141 100644 --- a/protobuf_definitions/message_formats.proto +++ b/protobuf_definitions/message_formats.proto @@ -211,7 +211,9 @@ message RecordState { bool multibeam_is_recording = 5; // If the multibeam is recording. int32 multibeam_seconds = 6; // Multibeam record time (s). float multibeam_fps = 9; // Multibeam record fps. - StorageLocation storage_location = 10; // Storage location used for recording. + StorageLocation main_storage_location = 10; // Storage location used for main camera recording. + StorageLocation guestport_storage_location = 11; // Storage location used for guestport camera recording. + StorageLocation multibeam_storage_location = 12; // Storage location used for multibeam recording. } // Interval type for time-lapse photos.