From d5062a0eec968982e86b9db5294ee6a006cae09a Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Dec 2025 12:23:21 +0100 Subject: Change topic prefix to `sia` The old prefix `sia-server` was longer and not completely correct. The topics under this prefix never belong more to the server or the clients. Thus only `sia` seams to be a good solution. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c324010..eadcabb 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ const ( OPENCCU = `http://127.0.0.1:8080` BROKER = `tcp://127.0.0.1:1883` CLIENT_ID = `sia-server` - TOPIC_PREFIX = `sia-server` + TOPIC_PREFIX = `sia` QOS = byte(0) RETAINED = false ) -- cgit v1.2.3-70-g09d2