add style code table

This commit is contained in:
Joel Wetzell
2025-12-22 20:22:31 -06:00
parent ee57e646a1
commit 4326f99776
+11
View File
@@ -0,0 +1,11 @@
package artnet
var (
StNode uint8 = 0x00
StController uint8 = 0x01
StMedia uint8 = 0x02
StRoute uint8 = 0x03
StBackup uint8 = 0x04
StConfig uint8 = 0x05
StVisual uint8 = 0x06
)