Raritan / Server Technology Xerus™ PDU JSON-RPC API
Public Attributes | List of all members
event::TimerEventManager::Schedule Struct Reference

Schedule structure. More...

import"TimerEventManager.idl";

Public Attributes

boolean enabled
 Whether the timer event is enabled.
 
vector< Rangeminute
 Ranges for minute.
 
vector< Rangehour
 Ranges for hour.
 
vector< RangedayOfMonth
 Ranges for day of month.
 
vector< Rangemonth
 Ranges for month.
 
vector< RangedayOfWeek
 Ranges for day of week.
 

Detailed Description

Schedule structure.

An empty vector means a match for all values. The values range of every field depends on the meaning of the field. For minutes 0-59 is possible, for hour 0-24 and for day of month 0-31. For month and day of weeks the definitions above should be used.

The system's local time will be used (as defined by the configured time zone).


The documentation for this struct was generated from the following file: