| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The unique integer ID for this Step |
integer |
None. |
| DeviceID |
The device this step applies to |
integer |
None. |
| DeviceName |
The name of the device this step applies to |
string |
None. |
| Description |
Description of the step |
string |
None. |
| Editable |
Whether or not the Step can be Edited |
boolean |
None. |
| DelayFromStart |
Time to delay from start in seconds |
integer |
None. |
| TimeToRun |
Time to run in seconds |
integer |
None. |
| TimeRemaining |
The calculated time remaining for this step |
integer |
None. |
| StartDate |
Date and time the Step will start |
date |
None. |
| FinishDate |
Date and time the Step will finish |
date |
None. |
| CancelledDate |
The Date and Time that the Step was Cancelled |
date |
None. |
| CancelledBy |
The integer ID of the User that Cancelled the Schedule |
integer |
None. |
| Progress |
The calculated progress of the Step |
decimal number |
None. |
| SetValue |
Value to set the device to on the Step starting to run |
decimal number |
None. |
| ReturnValue |
Value to return the device to when the Step finishes |
decimal number |
None. |
| Status |
Status of the step |
StepStatus |
None. |
| ErrorStatus |
Error status of the step |
StepErrorStatus |
None. |
| Message |
Generic-purpose string used for reporting more specific reasons into the cause of some errors |
string |
None. |
| LinkedDeviceID |
ID of the linked device that is linked to this step, that will provide an automatic cut-off if the input LinkCutoffValue reading is read on the DataNode |
integer |
None. |
| LinkedDeviceName |
Name of the linked device that is linked to this step reading is read on the DataNode |
string |
None. |
| LinkCutoffValue |
The value that the Step will automatically cut off at on the DataNode if this reading is met |
decimal number |
None. |
| BatchTotalised |
Whether or not the linked Schedule is batch totalised |
boolean |
None. |
| MinutePrecision |
Whether or not the Step is running on Minute-Precision (true) or Second-Precision (false) |
boolean |
None. |
| Reading |
The Reading information for the device this step applies to |
Reading |
None. |
| LinkedReading |
The Reading information for the device this step is linked to |
LinkedReading |
None. |