aix
2024-08-20 b0dd7ca693fcd13e539316cfc8c63150182a0315
src/main/java/com/dji/sample/manage/model/enums/DeviceSetPropertyEnum.java
@@ -24,7 +24,9 @@
    RTH_ALTITUDE("rth_altitude", RthAltitudeReceiver.class),
    OUT_OF_CONTROL_ACTION("out_of_control_action", OutOfControlActionReceiver.class);
    OUT_OF_CONTROL_ACTION("out_of_control_action", OutOfControlActionReceiver.class),
    THERMAL_CURRENT_PALETTE_STYLE("thermal_current_palette_style", ThermalCurrentPaletteStyleReceiver.class);
    String property;