Skip to content

SmartThingsOSS/smartapp-go

Repository files navigation

smartapp-go

A simple framework for creating SmartThings SmartApp's in Golang.

This is an experimental library, and should be treated as such.

Dependencies

mkdir ~/.smartapp-go
ln -s $GOPATH/src/github.com/SmartThingsOSS/smartapp-go/smartapp-go.yml ~/.smartapp-go

Running Examples

After fetching dependencies examples can be run by issueing the following commands from project root directory:

  • go run examples/basic/main.go
  • go run examples/c2c-connector/main.go