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;