Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created October 5, 2016 21:01
Show Gist options
  • Save adrianfaciu/356bda602fc0761df41bd4c98bb58e1b to your computer and use it in GitHub Desktop.
Save adrianfaciu/356bda602fc0761df41bd4c98bb58e1b to your computer and use it in GitHub Desktop.
connectToMagicBlue() {
this.lightBulbCommandService.connectToMagicBlue();
}
updateLightBulb() {
this.lightBulbCommandService.update(this.redValue,
this.greenValue,
this.blueValue,
this.whiteValue);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment