set_io
Set digital I/O on a place, then re-read the state and return the verified result.
Instructions
Set digital IO on an acquired place, then re-read and return the resulting state (HttpDigitalOutputDriver.set() then .get()).
``resource_name`` (§11.14) picks one of several same-class IO
resources on the place; the SAME name is used for both the set
and the re-read, and omitting it preserves single-resource
behavior unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | Yes | ||
| value | Yes | ||
| resource_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||