-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
breaking changeA change that will require updating downstream codeA change that will require updating downstream coderefactorA code change that neither fixes a bug nor adds a featureA code change that neither fixes a bug nor adds a feature
Description
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.
Metadata
Metadata
Assignees
Labels
breaking changeA change that will require updating downstream codeA change that will require updating downstream coderefactorA code change that neither fixes a bug nor adds a featureA code change that neither fixes a bug nor adds a feature
Type
Projects
Status
Todo