Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 465 Bytes

mystrom GoDoc

mystrom provides a simple interface to interact with your myStrom devices (https://mystrom.ch). Currently, only the myStrom WiFi Switch is supported.

Usage

Fetch the library via the go tool:

# go get -u github.com/unprofession-al/mystrom

Use the lib in your program please refer to the example directory.