https://github.com/panoramicdata/lifx.api
An API for LIFX working for both LAN and API interaction.
https://github.com/panoramicdata/lifx.api
Last synced: about 1 year ago
JSON representation
An API for LIFX working for both LAN and API interaction.
- Host: GitHub
- URL: https://github.com/panoramicdata/lifx.api
- Owner: panoramicdata
- License: mit
- Created: 2022-02-20T15:50:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T15:52:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T21:37:43.656Z (about 1 year ago)
- Language: C#
- Size: 65.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Lifx.Api
## About
An API for LIFX working for both LAN and API interaction.
[](https://www.nuget.org/packages/Lifx.Api/)
## Credits
Draws heavily from and combines previous work:
* [LifxCloudClient](https://github.com/isaacrlevin/LifxCloudClient) by [Isaac Levin](https://github.com/isaacrlevin)
* [LifxNet](https://github.com/dotMorten/LifxNet) by [Morten Nielsen](https://github.com/dotMorten)
* [LIFX's Cloud API documentation](https://api.developer.lifx.com/)
* [LIFX's LAN API documentation](https://lan.developer.lifx.com/docs)
## Usage
For example usage, see the [Lifx.Cli command line tool](https://github.com/panoramicdata/Lifx.Cli), which is also open source.
There are two clients available:
* LifxLanClient
* LifxCloudClient