rain
2024-08-21 2db1aa88e8ab53096a936163d686b90d8e056a99
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;