More work on UI

This commit is contained in:
2026-03-13 14:36:11 +01:00
parent c4eedfff1e
commit 1ce7dfa057
24 changed files with 262 additions and 27 deletions

View File

@@ -44,6 +44,8 @@ var calibration_1 = require("./calibration");
var morphux_1 = require("morphux");
var outOfServiceMode_1 = require("./outOfServiceMode");
var timer_1 = require("./timer");
var lighting_1 = require("./lighting");
var sound_1 = require("./sound");
var socket = (0, socket_io_client_1.io)('/');
var Main = /** @class */ (function () {
function Main() {
@@ -52,6 +54,8 @@ var Main = /** @class */ (function () {
this.Calibration = new calibration_1.Calibration(this);
this.OutOfServiceMode = new outOfServiceMode_1.OutOfServiceMode(this);
this.Timer = new timer_1.Timer(this);
this.Lighting = new lighting_1.Lighting(this);
this.Sound = new sound_1.Sound(this);
this.socket = socket;
this.supportButton = document.querySelector('.ntsh-support img');
this.supportNumber = '';