fix: ts type

This commit is contained in:
Maxi Quoß
2025-03-16 11:48:28 +01:00
parent 76c6797495
commit cbf8e8dcab

View File

@@ -31,7 +31,7 @@ export type Device = RecordModel & {
sol_enabled: boolean;
sol_auth: boolean;
sol_user: string;
sol_passwort: string;
sol_password: string;
sol_port: number;
};