Created
August 21, 2015 12:43
-
-
Save tatey/b7fe5a95eba5cbf47757 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
in macro 'macro_4595589792' /Users/Tate/Desktop/lifx-crystal/src/lifx/message/type.cr:11, line 5: | |
1. | |
2. case self | |
3. | |
4. when DeviceGetService | |
5. C::LXDeviceGetService | |
6. | |
7. when DeviceStateService | |
8. C::LXDeviceStateService | |
9. | |
10. when DeviceGetPower | |
11. C::LXDeviceGetPower | |
12. | |
13. when DeviceSetPower | |
14. C::LXDeviceSetPower | |
15. | |
16. when DeviceStatePower | |
17. C::LXDeviceStatePower | |
18. | |
19. end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment