AutomaticDefine
Field Definitions
| Field | Type | Description |
|---|---|---|
| varList | List<AutomaticVar> | Variable list |
| funcSettingList | List<AutomaticFunction> | Step list |
| type | String | Type, options: default, chart |
| chart | String | Chart configuration |
| disableAutoCommit | boolean | Disable auto-commit transaction |
| enableWebAccess | boolean | Allow calling automation via HTTP |
Inner Class Definitions
AutomaticVar
| Field | Type | Description |
|---|---|---|
| id | String | ID |
| name | String | Name |
| data | String | Data |
| optional | boolean | Whether optional |

