fix faulty data send to artNet with new chan queue

This commit is contained in:
Adrian Zuercher
2025-07-13 19:56:00 +02:00
parent 258323f5b7
commit 76a036707f
4 changed files with 43 additions and 24 deletions

View File

@@ -17,4 +17,5 @@ func (d *ArtNetDriver) Subscribe(subs ...json_dataModels.Subscription) {
d.SetValue(drv.Bus, drv.Address, uint8(sub.Value.(float64)))
}
}
d.SendData()
}