| Raritan PX2/PX3 JSON-RPC API
    | 
import"TimerEventManager.idl";
| Public Attributes | |
| boolean | enabled | 
| Whether the timer event is enabled. | |
| vector< Range > | minute | 
| Ranges for minute. | |
| vector< Range > | hour | 
| Ranges for hour. | |
| vector< Range > | dayOfMonth | 
| Ranges for day of month. | |
| vector< Range > | month | 
| Ranges for month. | |
| vector< Range > | dayOfWeek | 
| Ranges for day of week. | |
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.
 1.8.14
 1.8.14