mirror of
https://github.com/Xevion/go-ha.git
synced 2026-01-31 06:24:27 -06:00
make App exported
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ func (b elBuilder3) Build() EntityListener {
|
||||
}
|
||||
|
||||
/* Functions */
|
||||
func callEntityListeners(app *app, msgBytes []byte) {
|
||||
func callEntityListeners(app *App, msgBytes []byte) {
|
||||
msg := stateChangedMsg{}
|
||||
json.Unmarshal(msgBytes, &msg)
|
||||
data := msg.Event.Data
|
||||
|
||||
Reference in New Issue
Block a user