diff --git a/interface/src/app/main/types.ts b/interface/src/app/main/types.ts index 27144336f..3681f8e09 100644 --- a/interface/src/app/main/types.ts +++ b/interface/src/app/main/types.ts @@ -296,7 +296,7 @@ export interface ScheduleItem { active: boolean; deleted?: boolean; flags: number; - time: string; + time: string; // also used for Condition and On Change cmd: string; value: string; name: string; // is optional