| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleOwner |
Returns whether or not this is owned by a Schedule |
boolean |
None. |
| StepOwner |
Returns whether or not this is owned by a Step |
boolean |
None. |
| ScheduleRelated |
Returns whether or not this is related to a Schedule |
boolean |
None. |
| ScheduleOrStepCommand |
Returns whether or not the command is a Schedule or Step command |
boolean |
None. |
| Guid |
The guid |
globally unique identifier |
None. |
| GatewayID |
The Gateway's ID |
globally unique identifier |
None. |
| DataNodeID |
The relevant DataNode's Guid ID |
globally unique identifier |
None. |
| CustomCommand |
Whether or not this is a custom command |
boolean |
None. |
| CustomCommandString |
If this is a custom command, this holds the command to be sent |
string |
None. |
| Command |
The command |
Commands |
None. |
| PostCommandString |
The string that will follow the command, i.e. for setting an output this would typically be "1 1" |
string |
None. |
| DateAdded |
The date the request was added |
date |
None. |
| Owner |
Information about the Owner, i.e. ID and Type. |
ObjectInfo |
None. |
| Standalone |
Whether or not the DataNode receiving the command is standalone |
boolean |
None. |
| CanRepeat |
Whether or not the command can be re-queued |
boolean |
None. |
| JumpedQueue |
Whether or not this command has jumped the queue |
boolean |
None. |
| Target |
The intended target of the command, i.e. a Device for a Set Output, a DataNode for getting Readings |
ObjectInfo |
None. |
| User |
The user responsible for adding this |
User |
None. |
| NodeResponsive |
Whether or not the DataNode is responding |
boolean |
None. |