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

Replace hardware_commands and immediate_commands with realtime_commands #15

Open
camargo opened this issue Apr 18, 2023 · 0 comments
Open
Labels
breaking change A change that will require updating downstream code refactor A code change that neither fixes a bug nor adds a feature

Comments

@camargo
Copy link
Member

camargo commented Apr 18, 2023

This task is to replace hardware_commands and immediate_commands with an array called realtime_commands. The array should still take the immediate_command and hardware_command objects, but add a type property to them with the value "immediate_command" and "hardware_command" respectively. Immediate and hardware command objects should still not be allowed in the steps array.

@camargo camargo added breaking change A change that will require updating downstream code refactor A code change that neither fixes a bug nor adds a feature labels Apr 18, 2023
@camargo camargo added this to Aerie Apr 18, 2023
@github-project-automation github-project-automation bot moved this to Todo in Aerie Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change A change that will require updating downstream code refactor A code change that neither fixes a bug nor adds a feature
Projects
Status: Todo
Development

No branches or pull requests

1 participant