docs: re-theme scenarios examples to chocolate dispenser#772
Conversation
Switch the connection/Ping/Send walkthrough to an "empty" / "loaded" chocolate dispenser flow with Refill and Dispense, matching the chocolate theme used elsewhere in the docs.
There was a problem hiding this comment.
Pull request overview
This PR updates the Scenarios documentation to use the repository’s established chocolate-dispenser example theme, replacing the prior connection/Ping/Send walkthrough so the state transitions read consistently with other docs.
Changes:
- Replaced the introductory scenario description from a connection lifecycle to an “empty/loaded” chocolate dispenser lifecycle.
- Updated
InScenario(...)examples to useDispense(...)/Refill(...)and new scenario names (empty,loaded). - Updated the
.TransitionTo(...)walkthrough to demonstrate scenario transitions using the dispenser flow.
🚀 Benchmark ResultsDetails
Details
Details
Details
Details
Details
|
In the switching example, Dispense in the "loaded" scenario now returns true (matching the earlier setup snippet) while still transitioning to "empty", so the documented state and behavior stay consistent.
|
…ocolate dispenser (#772) by Valentin Breuß
…ocolate dispenser (#772) by Valentin Breuß
|
This is addressed in release v3.2.0. |



Switch the connection/Ping/Send walkthrough to an "empty" / "loaded" chocolate dispenser flow with Refill and Dispense, matching the chocolate theme used elsewhere in the docs.