wiz

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2022 License: MIT Imports: 1 Imported by: 0

README

wiz

A CLI tool (written in Go) to control Phillips WiZ light bulbs

Inspired by pywizlight.

Installation

go install github.com/squarejaw/wiz@main

Or download a binary release.

Usage

$ wiz list

IP              MAC
192.168.1.12    6ab731ba1bd5
192.168.1.34    86082d45c947

$ wiz on 192.168.1.12 -k 2700 -d 50
{"success":true}

$ wiz state 192.168.1.12
{"mac":"6ab731ba1bd5","rssi":-37,"src":"","state":true,"sceneId":0,"temp":2700,"dimming":50}

$ wiz off 192.168.1.12
{"success":true}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL