Merge PR #352: Fix some plugins that fail the new, more strict param validation
This commit is contained in:
commit
1bf7c01c20
@ -918,7 +918,7 @@
|
||||
"name": "co2Sensor",
|
||||
"displayName": "Generic CO2 sensor",
|
||||
"createMethods": ["user"],
|
||||
"interfaces": ["co2Sensor"],
|
||||
"interfaces": ["co2sensor"],
|
||||
"settingsTypes": [
|
||||
{
|
||||
"id": "a0d8a6ec-599a-4ded-ae03-2950561f0b72",
|
||||
|
||||
@ -95,7 +95,8 @@
|
||||
"name": "outputData",
|
||||
"displayName": "Data",
|
||||
"type": "QString",
|
||||
"inputType": "TextArea"
|
||||
"inputType": "TextArea",
|
||||
"defaultValue": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -617,7 +617,8 @@
|
||||
"MiddleFingerRight",
|
||||
"RingFingerRight",
|
||||
"PinkyRight"
|
||||
]
|
||||
],
|
||||
"defaultValue": "IndexFingerRight"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@ -52,7 +52,8 @@
|
||||
"name": "outputDataArea",
|
||||
"displayName": "Data",
|
||||
"type": "QString",
|
||||
"inputType": "TextArea"
|
||||
"inputType": "TextArea",
|
||||
"defaultValue": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -76,7 +76,8 @@
|
||||
"id": "6604c852-6b24-4707-b8e5-1ddd8032efcc",
|
||||
"name": "data",
|
||||
"displayName": "Data",
|
||||
"type": "QString"
|
||||
"type": "QString",
|
||||
"defaultValue": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user