Replace hardware_commands and immediate_commands with realtime_commands #15
Labels
breaking change
A change that will require updating downstream code
refactor
A code change that neither fixes a bug nor adds a feature
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 atype
property to them with the value "immediate_command" and "hardware_command" respectively. Immediate and hardware command objects should still not be allowed in thesteps
array.The text was updated successfully, but these errors were encountered: