option to sync thermostat clock

This commit is contained in:
MichaelDvP
2026-07-05 21:20:54 +02:00
parent f4979d905d
commit abd1c36ec9
8 changed files with 151 additions and 33 deletions

View File

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