-
Couldn't load subscription status.
- Fork 13
Update README #195
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
Update README #195
Conversation
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 enriches the README with more detailed descriptions, clearer usage instructions, and improved example annotations.
- Expanded the introduction with a clear project summary and target audience
- Added client initialization guidance and a security note
- Enhanced usage examples with organized bullet lists, inline comments, and updated CLI options
Comments suppressed due to low confidence (3)
README.md:95
- [nitpick] Consider adding a brief bullet list of supported features (like metrics, time range, downsampling) to mirror the component query section and improve consistency.
To query sensor data for a specific microgrid, you can use the following method.
README.md:144
- The opening phrase is a dangling modifier; rephrase to something like “Similar to the previous example, you can query multiple microgrids and their sensors in a single request.”
Equivalent to the previous example, multiple microgrids and their sensors can be queried in a single request.
README.md:200
- Add a comma after the introductory clause for clarity: “In addition to the default CSV format, individual samples can also be output using the
--format iteroption.”
In addition to the default CSV format the individual samples can also be output using the `--format iter` option.
README.md
Outdated
| component_id=100, # ID of the specific component to query | ||
| metrics=[ # List of metrics to retrieve | ||
| Metric.AC_ACTIVE_POWER, # AC active power | ||
| Metric.AC_REACTIVE_POWER # AC reactive power |
Copilot
AI
Jun 17, 2025
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.
The spacing before the inline comment is one space shorter than the previous line; align the ‘#’ markers consistently across list items for readability.
| Metric.AC_REACTIVE_POWER # AC reactive power | |
| Metric.AC_REACTIVE_POWER, # AC reactive power |
Signed-off-by: cwasicki <[email protected]>
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.
LGTM
No description provided.