Skip to content

Commit 3d191c1

Browse files
JakubAndrysekurish
authored andcommitted
docs(wokwi-ci): add supported parts section for automation controls
1 parent de857df commit 3d191c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/wokwi-ci/automation-scenarios.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ steps:
2727
:::warning
2828
Automation scenarios are currently in alpha. The API is not fully documented yet, and may change in the future. You can use the [example projects](github-actions#examples) as a reference.
2929
:::
30+
31+
## Supported Parts with Automation Controls
32+
33+
Several Wokwi parts support automation controls that can be controlled using automation scenarios. These controls allow you to programmatically change the state of sensors, press buttons, and modify component values during simulation.
34+
35+
### Parts with Automation Controls
36+
37+
- **[Push Button](../parts/wokwi-pushbutton#automation-controls)** - Control button presses and releases
38+
- **[Potentiometer](../parts/wokwi-potentiometer#automation-controls)** - Adjust the potentiometer position
39+
- **[MPU6050 Sensor](../parts/wokwi-mpu6050#automation-controls)** - Set acceleration, rotation, and temperature values
40+
41+
Each part's documentation page contains detailed information about the specific automation controls available, including control names, types, and example usage.

0 commit comments

Comments
 (0)