From e3f96fde6beb9323b306c9aa2363fafc043dc477 Mon Sep 17 00:00:00 2001 From: Johannes Schrimpf Date: Tue, 26 May 2026 15:15:57 +0200 Subject: [PATCH] Add NOTIFICATION_TYPE_VIDEO_PARTITION_NOT_MOUNTED --- protobuf_definitions/message_formats.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuf_definitions/message_formats.proto b/protobuf_definitions/message_formats.proto index 26a3fa45..71750d98 100644 --- a/protobuf_definitions/message_formats.proto +++ b/protobuf_definitions/message_formats.proto @@ -589,6 +589,7 @@ enum NotificationType { NOTIFICATION_TYPE_INSTRUCTION_SKIPPED = 30; // When an instruction is not available in the ROV. NOTIFICATION_TYPE_DVL_HIGH_TEMPERATURE_DETECTED = 31; // DVL high temperature detected. NOTIFICATION_TYPE_DVL_THERMAL_PROTECTION_MODE_DETECTED = 32; // DVL thermal protection mode detected. + NOTIFICATION_TYPE_VIDEO_PARTITION_NOT_MOUNTED = 33; // Video partition not mounted. } // List of available notification levels.