diff --git a/backend/api/Database/Models/IsarStep.cs b/backend/api/Database/Models/IsarStep.cs index 53f6fb373..4a66aa155 100644 --- a/backend/api/Database/Models/IsarStep.cs +++ b/backend/api/Database/Models/IsarStep.cs @@ -101,8 +101,7 @@ public static InspectionTypeEnum InspectionTypeFromString(string sensorType) "Audio" => InspectionTypeEnum.Audio, "TakeImage" => InspectionTypeEnum.Image, "TakeVideo" => InspectionTypeEnum.Video, - "TakeThermalImage" => InspectionTypeEnum.ThermalImage, - "TakeThermalVideo" => InspectionTypeEnum.ThermalVideo, + "ThermicVideo" => InspectionTypeEnum.ThermalVideo, _ => InspectionTypeEnum.Image, }; }