fix standalone, formatting

This commit is contained in:
MichaelDvP
2026-07-06 08:24:43 +02:00
parent abd1c36ec9
commit f7a81c50b0
8 changed files with 40 additions and 35 deletions

View File

@@ -16,7 +16,7 @@ export interface NTPSettingsType {
server: string;
tz_label: string;
tz_format: string;
thermostat_option: number;
thermostat_sync: number;
tz_label_t: string;
tz_format_t: string;
}