Skip to content

Commit d3bf52f

Browse files
authored
Update insteonplm_interactive commands
1 parent e6d7afb commit d3bf52f

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -156,21 +156,25 @@ Command line options for the interactive tool are:
156156

157157
Inside the command line tool use `help` to obtain a list of available commands.
158158
The 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

175179
For help with a specific command type `help command_name`.
176180

0 commit comments

Comments
 (0)