public LightChoreography(int after, NabaztagLed light, byte red, byte green, byte blue) { this.After = after; this.Light = light; this.Red = red; this.Green = green; this.Blue = blue; }
public ChoregraphyLedCommand(NabaztagLed led, int time) : base("led") { this.led = led; this.Time = time; }