-
Notifications
You must be signed in to change notification settings - Fork 12
/
.godocdown.tmpl
22 lines (13 loc) · 1000 Bytes
/
.godocdown.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[![Build Status](https://drone.io/github.com/pdf/golifx/status.png)](https://drone.io/github.com/pdf/golifx/latest) [![GoDoc](https://godoc.org/github.com/pdf/golifx?status.svg)](http://godoc.org/github.com/pdf/golifx) ![License-MIT](http://img.shields.io/badge/license-MIT-red.svg)
__Note:__ This library is at a moderately early stage - functionality is quite
solid, but the V2 protocol implementation needs documentation and tests.
*v1.0.0 breaks the API for subscriptions - all subscription targets now just embed common.SubscriptionProvider, see the documentation for those methods below.*
You may find binaries for a trivial CLI application that allows querying and
controlling your LIFX devices under [releases](https://github.com/pdf/golifx/releases/latest).
Alternatively, if you have Go installed, you may install the `lifx` command from
source like so:
```shell
go get -u github.com/pdf/golifx/cmd/lifx
```
The `lifx` command will be available at `${GOPATH}/bin/lifx`
{{ .Emit }}