repo name change
All checks were successful
Build ArtNet Driver / build (amd64, , linux) (push) Successful in 1m40s
Build ArtNet Driver / build (amd64, .exe, windows) (push) Successful in 1m41s
Build ArtNet Driver / build (arm, 6, , linux) (push) Successful in 1m39s
Build ArtNet Driver / build (arm64, , linux) (push) Successful in 1m38s

This commit is contained in:
Adrian Zuercher
2025-08-06 22:41:34 +02:00
parent 67f25c76ae
commit ede86b71ef
10 changed files with 87 additions and 46 deletions

View File

@@ -3,7 +3,7 @@ package driver
import (
"artNet/models"
json_dataModels "github.com/tecamino/tecamino-json_data/models"
json_dataModels "gitea.tecamino.com/paadi/tecamino-json_data/models"
)
func (d *ArtNetDriver) Subscribe(subs ...json_dataModels.Subscription) {