Merge branch 'dev' into dev2

This commit is contained in:
MichaelDvP
2023-12-03 18:24:06 +01:00
30 changed files with 320 additions and 239 deletions

View File

@@ -25,6 +25,7 @@ export interface MqttSettings {
port: number;
base: string;
rootCA?: string;
enableTLS?: boolean;
username: string;
password: string;
client_id: string;