aix
2024-07-30 249d316e0b8c79b71b779b5716bc488e1d08a9b3
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);
        }