8000 GitHub - squarejaw/wiz: A CLI tool to control Phillips WiZ light bulbs 💡
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

squarejaw/wiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

A CLI tool to control Phillips WiZ light bulbs 💡

Topics

Resources

License

Stars

Watchers

Forks

0