diff --git a/Controllers/DashboardController.cs b/Controllers/DashboardController.cs
index 8037411..66994c8 100644
--- a/Controllers/DashboardController.cs
+++ b/Controllers/DashboardController.cs
@@ -249,6 +249,12 @@ public IActionResult Display()
Environment.SetEnvironmentVariable("TOPIC", "inray/#");
break;
}
+
+ if (key.Contains("Samson"))
+ {
+ Environment.SetEnvironmentVariable("TOPIC", "samson/#");
+ break;
+ }
}
_subscriber.Stop();
diff --git a/UACloudDashboard.csproj b/UACloudDashboard.csproj
index 1878e45..7127c9b 100644
--- a/UACloudDashboard.csproj
+++ b/UACloudDashboard.csproj
@@ -141,6 +141,9 @@