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",
|
"name": "co2Sensor",
|
||||||
"displayName": "Generic CO2 sensor",
|
"displayName": "Generic CO2 sensor",
|
||||||
"createMethods": ["user"],
|
"createMethods": ["user"],
|
||||||
"interfaces": ["co2Sensor"],
|
"interfaces": ["co2sensor"],
|
||||||
"settingsTypes": [
|
"settingsTypes": [
|
||||||
{
|
{
|
||||||
"id": "a0d8a6ec-599a-4ded-ae03-2950561f0b72",
|
"id": "a0d8a6ec-599a-4ded-ae03-2950561f0b72",
|
||||||
|
|||||||
@ -95,7 +95,8 @@
|
|||||||
"name": "outputData",
|
"name": "outputData",
|
||||||
"displayName": "Data",
|
"displayName": "Data",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"inputType": "TextArea"
|
"inputType": "TextArea",
|
||||||
|
"defaultValue": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -617,7 +617,8 @@
|
|||||||
"MiddleFingerRight",
|
"MiddleFingerRight",
|
||||||
"RingFingerRight",
|
"RingFingerRight",
|
||||||
"PinkyRight"
|
"PinkyRight"
|
||||||
]
|
],
|
||||||
|
"defaultValue": "IndexFingerRight"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -52,7 +52,8 @@
|
|||||||
"name": "outputDataArea",
|
"name": "outputDataArea",
|
||||||
"displayName": "Data",
|
"displayName": "Data",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"inputType": "TextArea"
|
"inputType": "TextArea",
|
||||||
|
"defaultValue": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -76,7 +76,8 @@
|
|||||||
"id": "6604c852-6b24-4707-b8e5-1ddd8032efcc",
|
"id": "6604c852-6b24-4707-b8e5-1ddd8032efcc",
|
||||||
"name": "data",
|
"name": "data",
|
||||||
"displayName": "Data",
|
"displayName": "Data",
|
||||||
"type": "QString"
|
"type": "QString",
|
||||||
|
"defaultValue": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user