new son_data model

This commit is contained in:
Adrian Zürcher
2025-05-05 07:32:26 +02:00
parent a92995d766
commit dc64d08e9d
5 changed files with 28 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ import (
json_dataModels "github.com/tecamino/tecamino-json_data/models"
)
func (d *ArtNetDriver) Subscribe(subs ...json_dataModels.Subscribe) {
func (d *ArtNetDriver) Subscribe(subs ...json_dataModels.Subscription) {
if d.Subscriptions == nil {
d.Subscriptions = models.NewSubscriptions()
}