Device Dropdown

This element is integrated with EnOS Device Connectivity & Management Service to display a drop-down list of devices that are available for a specific product and firmware version. This element is usually used in a User Task before the Upgrade Firmware task to gather user inputs for the task.

Appearance

The following figure shows how the element would appear on the form.

Properties

The following table describes the properties of the element.

Property

Description

Label

Specify the label that appears on the form.

Variable Name

Specify a unique name for identifying the variable that is used to store the user input. You can reference this variable when defining UEL expressions.

Required

Specify if the element is a required field.

Visible

Specify if the element is shown or hidden on the form. You can use a UEL expression to define this property. The element is shown if the expression evaluates to true, and hidden if the expression evaluates to false.

Multiple Selection

Specify if multiple selection is allowed.

Product

Specify the product key for identifying the devices. You can use a UEL expression to extract the information from the variable of the Product Dropdown form element.

Current Version

Specify the firmware version for identifying the devices. You can use a UEL expression to extract the information from the variable of the Firmware Version Dropdown form element.