diff --git a/HoloLensCommander/README.md b/HoloLensCommander/README.md index d0789178..7f5b771c 100644 --- a/HoloLensCommander/README.md +++ b/HoloLensCommander/README.md @@ -106,7 +106,6 @@ Users of the Windows Device Portal are aware of the ability to connect to an att To take advantage of this feature, Windows Mixed Reality Commander will default to this loopback address if the Connect dialog’s Address field is left blank. -``` Note: By default, UWP applications are subject to network isolation. For development and side-load scenarios, your PC can be configured to allow an application to establish loopback connections. @@ -119,6 +118,21 @@ troubleshooting (https://msdn.microsoft.com/en-us/library/windows/apps/hh780593. Windows Mixed Reality Commander is “HoloLensCommander_ksbfhw2wnm4q4”. ``` +#### Session Management +The **Session Management** controls allow you to create and use a library of sessions that you can easily switch between. + +![Session Management Controls](ReadmeImages/SessionControls.png) + +##### Load Session +The ![Load Session](ReadmeImages/LoadSessionButton.png) button loads a saved device session file. Loading a file removes all devices in the current session and replaces them with the devices from the file. + +``` +Note: If a device's IP Address changes afer the session has been saved, the device will need to be re-registered (and the old registration unregistered). +``` + +##### Save Session +The ![Save Session](ReadmeImages/SaveSessionButton.png) button saves the current session to a file. + #### Common Applications The **Common Applications** section displays and controls applications that are common to all selected devices. Each time a device is selected or deselected, this list is updated. diff --git a/HoloLensCommander/ReadmeImages/LoadSessionButton.png b/HoloLensCommander/ReadmeImages/LoadSessionButton.png new file mode 100644 index 00000000..029e1a0d Binary files /dev/null and b/HoloLensCommander/ReadmeImages/LoadSessionButton.png differ diff --git a/HoloLensCommander/ReadmeImages/SaveSessionButton.png b/HoloLensCommander/ReadmeImages/SaveSessionButton.png new file mode 100644 index 00000000..61d4b3fc Binary files /dev/null and b/HoloLensCommander/ReadmeImages/SaveSessionButton.png differ