We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 350d793 + 426ca2b commit 6241895Copy full SHA for 6241895
Rotomonitor.js
@@ -346,7 +346,7 @@ function UpdateDevices() {
346
}
347
data.workers.forEach(async function(worker) {
348
var name = "";
349
- if (worker.worker.origin.includes("Aegis")) {
+ if (worker.worker.origin.includes("Aegis") || worker.worker.origin.includes("cosmog")) {
350
let idnum = worker.worker.workerId.split(/[-]+/).pop();
351
name = worker.worker.deviceId + "_" + idnum.toString().padStart(3, '0');
352
worker.worker.origin = worker.worker.deviceId;
0 commit comments