add services with statsu server state and remove stage lights

This commit is contained in:
Adrian Zuercher
2025-09-07 14:24:38 +02:00
parent a648be3bcb
commit 9585fb1b7a
35 changed files with 2387 additions and 328 deletions

1
backend/dist/cfg/configuration.json vendored Executable file
View File

@@ -0,0 +1 @@
{"services":[{"name":"ArtNet Driver","description":"ArtNet Driver DMX over UDP/IP","executablePath":"../../tecamino-driver-artNet/artNet","workingDirectory":"../../tecamino-driver-artNet","arguments":["-cfg ./dist/cfg","-serverIp 127.0.0.1","-serverPort 8100","-port 8200"]}]}