From c3dd5e002a56204158fb5462274a3d33308dee5d Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 2 Oct 2024 13:55:09 +0200 Subject: [PATCH] add comment --- interface/src/app/main/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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