add and improve remove driver function and rename datapoint

This commit is contained in:
Adrian Zuercher
2025-07-31 12:20:49 +02:00
parent b21101958d
commit 21e4231e24
8 changed files with 107 additions and 49 deletions

View File

@@ -3,5 +3,8 @@ package drivers
type Drivers []Driver
type Driver interface {
NewArtNetDriver(string)
AddAddress()
}
//func Add