Devices display after 'Close Device' command

When you open a device from the device's list, the device stays open in development (interactive) mode, until the user will manually close it. The device will not close by the automation command 'close device'. The command has no effect on the device mode.

The development mode was created so you can develop your scripts in the most effective way. The best practice for creating an effective script is to open a device, write the script on the device while it is open, and, when done, close the device and execute the script on it.

Stage 1: Write a script while the device is open

Stage 2: Execute the script (after closing the device)