https://github.com/ctrox/gowiz
https://github.com/ctrox/gowiz
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctrox/gowiz
- Owner: ctrox
- License: mit
- Created: 2021-11-24T18:52:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T18:57:28.000Z (over 4 years ago)
- Last Synced: 2025-10-13T15:24:28.217Z (9 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gowiz
Go library for WiZ lights.
This just supports a few very basic functions so far. It has only been tested with the LED-Lightstrip from WiZ.
```bash
go get github.com/ctrox/gowiz
```
There is a small sample program in the `cmd/wizctl` directory which will just make your LED strip pulse.
```bash
go run github.com/ctrox/gowiz/cmd/wizctl -addr 192.168.1.194
```