rain
2024-08-15 2927bb498574a0e30bcbb3a9f7ee9468636cf0d8
src/main/java/com/dji/sample/patches/xml/mode/share/action/param/ActionActuatorFuncParam.java
@@ -47,6 +47,8 @@
                return new OrientedShootParam();
            case PANO_SHOT:
                return new PanoShotParam();
            case START_TIME_LAPSE:
                return new StartTimeLapseParam();
            default:
                throw new IllegalStateException("Unexpected value: " + type);
        }