下拉式输入
一个有可选择选项的下拉字段。下拉式的具体属性是。
元素。包 含代表下拉选项的匿名JSO元素。每个元素都包含一个 "名称 "和 "值"
例子
最小的
"bluetooth_connect_mode": {
"title": "Connection Mode",
"inputType": "dropdown-input",
"value": "search",
"elements": [
{
"name": "Search and Find",
"value": "search"
},
{
"name": "Scanning Code",
"value": "scan"
}
],
"showIfComputed": true,
"info": "'Search and Find' will discover all available devices and filter it depending on the type. 'Code Scan' allows you to scan the MAC address or Name of the device."
}