update#
- CommandTable.update(command_table: Union[str, dict]) None[source]#
Update the existing instance of
CommandTablewith command table JSON.If both command tables have the same properties, the existing ones are overwritten by the new command table.
- Parameters:
command_table (Union[str, dict]) – Existing command table JSON.
- Return type:
None