Sets the breathing light.
Future<void> sendBreathingLight(bool breathingLight) { return _platform.sendBreathingLight(breathingLight); }