hoanga / wl2cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A cli tool written in Go for controlling WiFi 370 LED Strip Controllers. This is compatible with LED Strips that can be controlled by the Magic Home app.

$ ./wl2cli 
Usage: ./wl2cli <red-value> <green-value> <blue-value>

$ ./wl2cli 255   0     0   # red
$ ./wl2cli 0     255   0   # green
$ ./wl2cli 0     0     255 # blue

Getting Started

Ensure you have a working Go environment installed then clone the repo and build

$ git clone https://github.com/hoanga/wl2cli
$ go build

License

Apache

Resources

This work is based on SmartThings Bridge

About


Languages

Language:Go 100.0%