DJI Mobile SDK Documentation

      class DJIFlightControllerLEDsSettings

      @interface DJIFlightControllerLEDsSettings : NSObject<NSCopying, NSMutableCopying>
      Header:DJIFlightControllerBaseTypes.h
      Inherits From:NSObject
      SDK Key:DJIFlightControllerKey.DJIFlightControllerParamLEDsEnabledSettings
      Description:

      Settings for the aircraft's LEDs.

      Class Members:
      property
      property frontLEDsOn
      @property (nonatomic, readonly) BOOL frontLEDsOn
      Header:DJIFlightControllerBaseTypes.h
      Description:

      YES if the LEDs on the front arms are turned on.

      property
      property rearLEDsOn
      @property (nonatomic, readonly) BOOL rearLEDsOn
      Header:DJIFlightControllerBaseTypes.h
      Description:

      YES if the LEDs on the rear arms are turned on. It is supported by Inspire 2, Matrice 200 series and Mavic 2 series. The other products will ignore this property.

      property
      property beaconOn
      @property (nonatomic, readonly) BOOL beaconOn
      Header:DJIFlightControllerBaseTypes.h
      Description:

      YES if the beacons on the top and bottom are turned on. It is supported by Matrice 300 RTK. The other products will ignore this property.

      property statusIndicatorOn
      @property (nonatomic, readonly) BOOL statusIndicatorOn
      Header:DJIFlightControllerBaseTypes.h
      Description:

      YES if the status indicator is on. It is supported by Inspire 2, Matrice 200 series and Mavic 2 series. The other products will ignore this property. For Mavic 2 series, there are two status indicators and they are on the rear arms.