An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Lifx.Api

## About

An API for LIFX working for both LAN and API interaction.

[![Nuget](https://img.shields.io/nuget/v/Lifx.Api)](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