Index |
Unique schedule profile index. |
AdminStatus |
Enable or delete the requested schedule profile. Enumerations: |
Descr |
This object specifies the description (name) of this entry. Only for information. Length: 0 to 63 |
Action |
This variable isn't in use right now. |
Condition |
This object specifies the condition when the event is active Time events (active at the time 'Start' until 'End'): daily : the time event is daily active at given time monday..sunday: the time event is weekly active day1..day31 : the time event is monthly active mon_fri : from monday to friday mon_sat : from monday to saturday sat_sun : weekend (saturday and sunday) Value events: greater : value of 'Var' must be greater than 'Start' equal : value of 'Var' must be equal to 'Start' less : value of 'Var' must be less than 'Start' notequal : value of 'Var' must be not equal to 'Start' range : value of 'Var' must be between 'Start-End' Enumerations: - greater (1)
- equal (2)
- less (3)
- notequal (4)
- range (5)
- daily (6)
- sunday (7)
- monday (8)
- tuesday (9)
- wednesday (10)
- thursday (11)
- friday (12)
- saturday (13)
- mon-fri (14)
- mon-sat (15)
- sat-sun (16)
- day1 (17)
- day2 (18)
- day3 (19)
- day4 (20)
- day5 (21)
- day6 (22)
- day7 (23)
- day8 (24)
- day9 (25)
- day10 (26)
- day11 (27)
- day12 (28)
- day13 (29)
- day14 (30)
- day15 (31)
- day16 (32)
- day17 (33)
- day18 (34)
- day19 (35)
- day20 (36)
- day21 (37)
- day22 (38)
- day23 (39)
- day24 (40)
- day25 (41)
- day26 (42)
- day27 (43)
- day28 (44)
- day29 (45)
- day30 (46)
- day31 (47)
|
Start |
This object specifies the start value. In case of a time event it must be a time in format 'hh:mm'. In case of a value event it must be a valid value for the specified 'VarName', to specify the compare value or the lower value of the range. For time entries e.g. 12:00 For value entries e.g. 20000 Length: 0 to 31 |
End |
This object specifies the end value (time or value range). In case of a time event it must be a time in format 'hh:mm'. If this is not given, the event is active only at the time 'Start', and set back to inactive at once (one-time event). In case of a value event it must be a valid value for the specified 'VarName', to specify the upper value of the range. Length: 0 to 31 |
Parameters |
This variable isn't in use right now. Length: 0 to 255 |