setLED abstract method
Sets the LED color permanently (persistent).
Implementation
Future<CommandResponse> setLED(
    {required String deviceId, required LEDColor color});
Sets the LED color permanently (persistent).
Future<CommandResponse> setLED(
    {required String deviceId, required LEDColor color});