In this directory are some example drivers to show how to use the SDK.
- accountRegistration: demo how to pass a username and password to your driver
- alwaysOnDevice: demo how to use the alwaysOn capability. This is needed for devices without a dedicated power on and power off command
- dynamicDeviceBuilder: demo how to discover devices and build dynamic
- favoritesHandler: demo of how to use the custom favorites handler
- fileBrowser: demo how to use the list functionality
- lifxLocal: production implementation of the LIFX Lamp
- playerComponent: demo how to use the media player functionality and the requirements
- securityCodeRegistration: demo how to pass a code to your driver that's needed before the device discovery starts
- simpleAccessory: demo of a very simple and basic driver
- updateableDevice: demo how to update a driver version