public Task SetLedState(IDeviceLed deviceLed, DeviceLedState ledState) { McLedState xTouchLedState = AsMcLedState(ledState); return(Task.Run(() => base.SetButtonLed(XTouchMiniMcButton.Controls[(byte)deviceLed.Id], xTouchLedState))); }
public Task SetLedState(IDeviceLed deviceLed, DeviceLedState ledState) => throw new NotSupportedException();