Skip to content

dump_devinfo: camelCase vacuum commands #1322

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

Closed
wants to merge 1 commit into from

Conversation

rytilahti
Copy link
Member

@rytilahti rytilahti commented Nov 29, 2024

The device does not support automatic conversion from snake_case to camelCase, so I think we should follow the "standard".

This is just a squashed cherry-pick of 964b0f1 and d1713df to keep the transport PR clean.

@rytilahti rytilahti added the maintenance Project improvements and maintenance label Nov 29, 2024
@rytilahti rytilahti requested a review from sdb9696 November 29, 2024 23:17
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.13%. Comparing base (d122b48) to head (602720b).
Report is 136 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1322   +/-   ##
=======================================
  Coverage   92.13%   92.13%           
=======================================
  Files         119      119           
  Lines        7619     7619           
  Branches      794      794           
=======================================
  Hits         7020     7020           
  Misses        441      441           
  Partials      158      158           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

SmartRequest.get_raw_request("get_map_info"),
SmartRequest.get_raw_request("get_map_data"),
SmartRequest.get_raw_request("getMapInfo"),
SmartRequest.get_raw_request("getMapData"),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This errors currently as it requires the map id (-1 for the last clean).

@rytilahti
Copy link
Member Author

Oopsie, I inadvertently merged the transport PR with those commits... Well, now that these are already in, I think we can just close this.

@rytilahti rytilahti closed this Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Project improvements and maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants