config system automation stitch
Description: Configure automation stitches.
config system automation stitch
edit <Automation Stitch Name>
set description <string>
set status {enable | disable}
set trigger <trigger ID>
config actions
edit <name>
set action <string>
set delay <integer>
set required {enable | disable}
next
end
next
end
Sample command:
config system automation stitch
edit digital-io-st-low
set description digital st low
set status disable
set trigger digital-io-low
config actions
edit 1
set action digital-io-low
set delay 0
set required enable
next
end
next
end
| Parameter | Description | Type | Size | Default | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| description | Describe the automation stitch. | string | - | none | ||||||
|
status |
Enable or disable the automation stitch. |
option |
- |
disable |
||||||
|
|
|
|||||||||
| trigger | Enter the automation trigger ID. | option | - | none | ||||||
config actions
| Parameter | Description | Type | Size | Default | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| action | Enter the automation action name. | string | - | none | ||||||
|
delay |
Set the delay before execution (in seconds). |
integer |
[0-3600] |
0 |
||||||
| required | Set if this is required or not in the action chain. | option | - | disable | ||||||
|
|
|
|||||||||