Move client library to separate repo
git.kill0.net/chill9/lifx-go
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
|
||||
lifx "git.kill0.net/chill9/lume"
|
||||
"git.kill0.net/chill9/lifx-go"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"path"
|
||||
"strings"
|
||||
|
||||
lifx "git.kill0.net/chill9/lume"
|
||||
"git.kill0.net/chill9/lifx-go"
|
||||
"github.com/BurntSushi/toml"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package lumecmd
|
||||
|
||||
import (
|
||||
lifx "git.kill0.net/chill9/lume"
|
||||
"git.kill0.net/chill9/lifx-go"
|
||||
)
|
||||
|
||||
func PoweroffCmd(args CmdArgs) (int, error) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
package lumecmd
|
||||
|
||||
import (
|
||||
lifx "git.kill0.net/chill9/lume"
|
||||
"git.kill0.net/chill9/lifx-go"
|
||||
)
|
||||
|
||||
func PoweronCmd(args CmdArgs) (int, error) {
|
||||
|
@ -3,7 +3,7 @@ package lumecmd
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
lifx "git.kill0.net/chill9/lume"
|
||||
"git.kill0.net/chill9/lifx-go"
|
||||
)
|
||||
|
||||
func SetColorCmd(args CmdArgs) (int, error) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
package lumecmd
|
||||
|
||||
import (
|
||||
lifx "git.kill0.net/chill9/lume"
|
||||
"git.kill0.net/chill9/lifx-go"
|
||||
)
|
||||
|
||||
func SetStateCmd(args CmdArgs) (int, error) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
package lumecmd
|
||||
|
||||
import (
|
||||
lifx "git.kill0.net/chill9/lume"
|
||||
"git.kill0.net/chill9/lifx-go"
|
||||
)
|
||||
|
||||
func SetWhiteCmd(args CmdArgs) (int, error) {
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
lifx "git.kill0.net/chill9/lume"
|
||||
"git.kill0.net/chill9/lifx-go"
|
||||
)
|
||||
|
||||
func powerColor(s string) string {
|
||||
|
Reference in New Issue
Block a user