Skip to content
Snippets Groups Projects
Commit 500466e9 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Nothing

Added comment
parent ee04dc5a
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,6 @@ go.work.sum
# env file
.env
go.sum
\ No newline at end of file
go.sum
docker/z2m/data/*
......@@ -49,6 +49,7 @@ func newXAALDevices(gw *Gateway, zDev *Z2MDevice) {
}
}
// updateXAALDevice updates a device
func updateXAALDevice(zDev *Z2MDevice, payload map[string]interface{}) {
slog.Info("Updating device:", "name", zDev.FriendlyName)
for _, dev := range zDev.XAALDevices {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment