File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,8 @@ enum NotificationType {
478478 NOTIFICATION_TYPE_SET_TILT_MAIN_CAMERA = 28 ; // Set tilt for main camera
479479 NOTIFICATION_TYPE_SET_TILT_MULTIBEAM = 29 ; // Set tilt for multibeam
480480 NOTIFICATION_TYPE_INSTRUCTION_SKIPPED = 30 ; // When an instruction is not available in the ROV
481+ NOTIFICATION_TYPE_DVL_HIGH_TEMPERATURE_DETECTED = 31 ; // DVL high temperature detected
482+ NOTIFICATION_TYPE_DVL_THERMAL_PROTECTION_MODE_DETECTED = 32 ; // DVL thermal protection mode detected
481483}
482484
483485// List of available notification levels.
@@ -660,6 +662,8 @@ message ErrorFlags {
660662 bool gp2_bat_current = 40 ; // Max battery current exceeded on GP2
661663 bool gp3_bat_current = 41 ; // Max battery current exceeded on GP3
662664 bool gp_20v_current = 42 ; // Max 20V current exceeded on GP
665+ bool dvl_thermal_protection_mode = 43 ; // DVL is in thermal protection mode
666+ bool dvl_no_power = 44 ; // GP protection has been triggered at boot or faulty DVL
663667}
664668
665669// Available camera resolutions.
You can’t perform that action at this time.
0 commit comments