mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
add comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user