mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-08 04:07:18 -06:00
add TODOs
This commit is contained in:
3
app.go
3
app.go
@@ -81,7 +81,8 @@ func (a *app) RegisterSchedule(s schedule) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (a *app) Start() {
|
func (a *app) Start() {
|
||||||
// TODO: figure out looping listening to messages
|
// TODO: figure out looping listening to messages for
|
||||||
|
// listeners
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
4
eventListener.go
Normal file
4
eventListener.go
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package gomeassistant
|
||||||
|
|
||||||
|
// TODO: impl eventListener. could probably create generic listener struct for
|
||||||
|
// code reuse between eventListener and entityListener
|
||||||
Reference in New Issue
Block a user