diff --git a/app.go b/app.go index 7f09416..0af9be9 100644 --- a/app.go +++ b/app.go @@ -81,7 +81,8 @@ func (a *app) RegisterSchedule(s schedule) { } func (a *app) Start() { - // TODO: figure out looping listening to messages + // TODO: figure out looping listening to messages for + // listeners } const ( diff --git a/eventListener.go b/eventListener.go new file mode 100644 index 0000000..18cf355 --- /dev/null +++ b/eventListener.go @@ -0,0 +1,4 @@ +package gomeassistant + +// TODO: impl eventListener. could probably create generic listener struct for +// code reuse between eventListener and entityListener