Started work on significant refactor of the codebase
This commit is contained in:
14
connect/connect.go
Normal file
14
connect/connect.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package connect
|
||||
|
||||
import (
|
||||
"automation/integration/hue"
|
||||
"automation/integration/ntfy"
|
||||
|
||||
paho "github.com/eclipse/paho.mqtt.golang"
|
||||
)
|
||||
|
||||
type Connect struct {
|
||||
Client paho.Client
|
||||
Hue hue.Hue
|
||||
Notify ntfy.Notify
|
||||
}
|
||||
Reference in New Issue
Block a user