Created
October 5, 2016 21:01
-
-
Save adrianfaciu/356bda602fc0761df41bd4c98bb58e1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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