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

Extra function for gateway_get_plan returning dictionary with all data #32

Open
adrianLIrobotics opened this issue May 10, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@adrianLIrobotics
Copy link

In the client.py there is a function "gateway_get_plan" that returns the id of the generated plan by middleware.

Could we also have another function that will return the whole plan as a dictionary? I would like it for my own parsers to get other data.

Many thanks!

@adrianLIrobotics adrianLIrobotics added the enhancement New feature or request label May 10, 2023
@adrianLIrobotics adrianLIrobotics added this to the 0.3.0 milestone May 10, 2023
@Kapim
Copy link
Contributor

Kapim commented May 12, 2023

Sure, feel free to change anything in the NetAppClient to fully utilize the possibilities of the middleware. The current state is the simplest implementation, which only takes into account the simplest use case of single step in the action plan.

@Artonus Artonus modified the milestones: 0.3.0, 0.5.0, 0.4.0 May 15, 2023
@Artonus Artonus linked a pull request Jun 14, 2023 that will close this issue
@Artonus
Copy link
Member

Artonus commented Jun 14, 2023

PR to be completed: #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants