Skip to content
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 ABB implementation #221

Merged
merged 6 commits into from
Mar 17, 2025
Merged

Update ABB implementation #221

merged 6 commits into from
Mar 17, 2025

Conversation

joeperpetua
Copy link
Contributor

@joeperpetua joeperpetua commented Mar 14, 2025

Related issue #220

New methods

  • get_settings()
  • set_concurrent_devices()
  • set_retention_policy_exec_time()
  • set_traffic_throttle()
  • set_use_pkg_cert()
  • task_history()

Docs

  • Added class docstring
  • Updated methods docstrings
  • Generated MDs for supported APIs and ABB class.

Breaking Changes

  • list_logs() and list_tasks() no longer accept filter as parameter, instead they take independent parameters
  • backup_task_list() is renamed to list_tasks()
  • list_log_details() is renamed to result_details()
  • list_activity_log() is renamed to task_history()

BREAKING CHANGES:
- `backup_task_list()` is renamed to `list_tasks()`, `filter` is no longer a valid
  parameter
- `list_logs()` no longer accepts `filter` as parameter
- `list_log_details()` is renamed to `result_details()`
- `list_activity_log()` is renamed to `task_history()`
@N4S4 N4S4 merged commit fa27040 into N4S4:master Mar 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants