config system automation action
Description: Configure an action for automation stitches.
config system automation action
edit <Automation Action Name>
set description <string>
set action-type {digital-output | sim-switch | modem-reset}
set digital-io-action-id <digital IO action ID>
set minimum-interval {integer}
set modem-id <modem ID>
next
end
Sample command:
config system automation action
edit digital-io-low
set description digital out low
set action-type digital-output
set digital-io-action-id action-out-low
set minimum-interval 0
next
end
| Parameter | Description | Type | Size | Default | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| description | Describe the automation action. | string | - | none | ||||||||
| action-type | Set an action type. | option | - | none | ||||||||
|
|
|
|||||||||||
|
digital-io-action-id |
If |
option |
- |
none |
||||||||
|
modem-id |
If |
option |
- |
none |
||||||||
|
minimum-interval |
Limit performing this action to no more than once in this interval (in seconds). |
integer |
[0 - 2592000], max value 30 days |
0 |
||||||||