Device_LED
public struct Device_LED : Codable
                It is a structure that defines the colour of the LED and the duration for which it should glow.f
- 
                  
                  
Color to be used.
Declaration
Swift
public var color: Device_LED_Color - 
                  
                  
Duration of the LED glow.
Declaration
Swift
public var powerONTimeInSeconds: UInt8 - 
                  
                  
Declaration
Swift
public init(color: Device_LED_Color, onTimeInSeconds: UInt8) 
        Device_LED Structure Reference