@@ -156,21 +156,25 @@ Command line options for the interactive tool are:
156156
157157Inside the command line tool use ` help ` to obtain a list of available commands.
158158The current list of available commands is:
159-
160- - connect Connect to the IM
161- - exit Exit the tool
162- - help List available commands
163- - list_devices Print a list of the available devices
164- - load_aldb Read and load a device All-Link database
165- - on_off_test Test a device with simple on/off commands
166- - print_aldb Print the All-Link database for a device
167- - running_tasks List the tasks running in the background
168- - set_device Set the IM device path
169- - set_log_level Set the log message display level
170- - set_workdir Set the WORKDIR to load and save device info
171- - start_all_linking Set the IM to All-Linking mode
172- - write_aldb Write a record to the device All-Link database
173- !!!! BE CAREFUL WITH THIS COMMAND !!!!!
159+ ```
160+ - add_all_link Add an All-Link record to the IM and a device.
161+ - add_device_override Add a device override to the IM.
162+ - add_x10_device Add an X10 device to the IM
163+ - connect Connect to the IM
164+ - del_all_link Delete an all link record from the IM and a device
165+ - exit Exit the tool
166+ - help List available commands
167+ - list_devices Print a list of the available devices
168+ - load_aldb Read and load a device All-Link database
169+ - on_off_test Test a device with simple on/off commands
170+ - print_aldb Print the All-Link database for a device
171+ - running_tasks List tasks running in the background
172+ - set_device Set the IM device path
173+ - set_log_level Set the log message display level
174+ - set_workdir Set the WORKDIR to load and save device info
175+ - write_aldb Write a record to the device All-Link database
176+ !!!! BE CAREFUL WITH THIS COMMAND !!!!!
177+ ```
174178
175179For help with a specific command type ` help command_name ` .
176180
0 commit comments