Documentation ¶ Index ¶ func Execute() func Exists(filename string) bool type A type Cmd type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute() func Exists ¶ func Exists(filename string) bool Types ¶ type A ¶ type A []*accessory.A type Cmd ¶ type Cmd struct { Path string Args []string } type Config ¶ type Config struct { Name string `default:"hap-switch-command"` Pin string `default:"12344321"` Switches []struct { Meta accessory.Info Command struct { On Cmd Off Cmd } } } Source Files ¶ View all Source files init.go root.go serve.go Click to show internal directories. Click to hide internal directories.