Versions in this module Expand all Collapse all v0 v0.0.1 Oct 26, 2018 Changes in this version + var UnsupportedConfigurationPhaseError = errors.New("unsupported_configuration_phase") + type ConfigHandler struct + func NewConfigHandler() *ConfigHandler + func (h *ConfigHandler) Handler() smartappcore.Handler + type DeviceCommandsHandler struct + Api smartappcore.SmartThingsApi + func (h *DeviceCommandsHandler) Handle(params *smartappcore.SmartAppParams, event *smartapp.Event) error + func (h *DeviceCommandsHandler) Test(event *smartapp.Event) bool + type EventHandler struct + Api smartappcore.SmartThingsApi + func NewEventHandler(api smartappcore.SmartThingsApi) *EventHandler + func (h *EventHandler) Handler() smartappcore.Handler + type InstallHandler struct + Api smartappcore.SmartThingsApi + func NewInstallHandler(api smartappcore.SmartThingsApi) *InstallHandler + func (h *InstallHandler) Handler() smartappcore.Handler