Skip to content

Instantly share code, notes, and snippets.

@tatey
Created August 21, 2015 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatey/b7fe5a95eba5cbf47757 to your computer and use it in GitHub Desktop.
Save tatey/b7fe5a95eba5cbf47757 to your computer and use it in GitHub Desktop.
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