testLED abstract method

Future<CommandResponse> testLED({
  1. required String deviceId,
  2. required LEDColor color,
})

Tests the LED by setting the color temporarily (non-persistent).

Implementation

Future<CommandResponse> testLED(
    {required String deviceId, required LEDColor color});