-
Notifications
You must be signed in to change notification settings - Fork 5
Add new simulator documentation #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d356e04 to
a7b38c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for new simulator features: a timezone parameter for the SimulatorAgentLink and a new scheduler UI. The changes update both the versioned (1.12.0) and current documentation files to document these new capabilities.
Key changes:
- Documents the new
timezoneparameter that allows replay data to follow any specified timezone - Adds detailed UI-focused documentation for the scheduler feature with screenshots
- Removes the
typefield from the agent link configuration table
Reviewed changes
Copilot reviewed 2 out of 8 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-1.12.0/user-guide/agents-protocols/simulator.md | Adds timezone parameter documentation, rewrites schedule section with UI details and screenshots, removes type field |
| docs/user-guide/agents-protocols/simulator.md | Identical changes to versioned docs for current version |
| versioned_docs/version-1.12.0/user-guide/agents-protocols/img/simulator-chart.png | New screenshot showing simulator chart visualization |
| versioned_docs/version-1.12.0/user-guide/agents-protocols/img/simulator-scheduler-occurr.png | New screenshot of single occurrence scheduler UI |
| versioned_docs/version-1.12.0/user-guide/agents-protocols/img/simulator-scheduler-recurr.png | New screenshot of recurring occurrence scheduler UI |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Changes
timezoneparameter on theSimulatorAgentLinkfrom Add timezone parameter to SimulatorAgentLink openremote#2371