golifx icon indicating copy to clipboard operation
golifx copied to clipboard

golifx provides a simple Go interface to the LIFX LAN protocol

Results 2 golifx issues
Sort by recently updated
recently updated
newest added

Attempting to build is currently throwing the following message. ```bash # github.com/pdf/golifx/common common/subscription.go:69:23: multiple-value uuid.NewV4() in single-value context ``` The interface of the `satori/go.uuid` package changed such that there is...

``` panic: close of closed channel goroutine 424 [running]: github.com/pdf/golifx/protocol/v2/device.(*Device).delSeq(0xc420164120, 0xc42016e008) /Users/adam/Scripts/go/src/github.com/pdf/golifx/protocol/v2/device/device.go:827 +0xa2 github.com/pdf/golifx/protocol/v2/device.(*Device).handler.func1(0xc420164120, 0xc4202b8020, 0xc420145000, 0x8) /Users/adam/Scripts/go/src/github.com/pdf/golifx/protocol/v2/device/device.go:787 +0x1f0 created by github.com/pdf/golifx/protocol/v2/device.(*Device).handler /Users/adam/Scripts/go/src/github.com/pdf/golifx/protocol/v2/device/device.go:768 +0x368 exit status 2 ``` also: ```...