jojomi / go-shelly

Control (some) Shelly devices from Golang with this libary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Control (some) Shelly devices from Golang with this libary.

License:MIT License


Languages

Language:Go 100.0%