Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 379 Bytes

go-shelly

Use a subset of the Shelly HTTP API from Golang to control your device.

Currently only features of outlets are supported, but this repository should be fairly easy to extend. It's only HTTP after all!

How to use?

see client_test.go 😄.

How to build

go install github.com/dmarkham/enumer@latest
go generate ./...
go install