update#

CommandTable.update(command_table: Union[str, dict]) None[source]#

Update the existing instance of CommandTable with 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