farmcontrol-server/src/host/hostmanager.js
Tom Butcher 5db74f2c5c
Some checks failed
farmcontrol/farmcontrol-server/pipeline/head There was a failure building this commit
New version of farmcontrol-server. Includes electron UI, connects only via WS and authenticates using OTP and then auth code.
2025-09-05 23:33:21 +01:00

6 lines
101 B
JavaScript

export class HostManager {
constructor(socketClient) {
this.socketClient = socketClient;
}
}