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.
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 atypeproperty to them with the value "immediate_command" and "hardware_command" respectively. Immediate and hardware command objects should still not be allowed in thestepsarray.