Merge PR #352: Fix some plugins that fail the new, more strict param validation

This commit is contained in:
Jenkins nymea 2020-12-21 18:01:48 +01:00
commit 1bf7c01c20
5 changed files with 9 additions and 5 deletions

View File

@ -918,7 +918,7 @@
"name": "co2Sensor",
"displayName": "Generic CO2 sensor",
"createMethods": ["user"],
"interfaces": ["co2Sensor"],
"interfaces": ["co2sensor"],
"settingsTypes": [
{
"id": "a0d8a6ec-599a-4ded-ae03-2950561f0b72",

View File

@ -95,7 +95,8 @@
"name": "outputData",
"displayName": "Data",
"type": "QString",
"inputType": "TextArea"
"inputType": "TextArea",
"defaultValue": ""
}
]
}

View File

@ -617,7 +617,8 @@
"MiddleFingerRight",
"RingFingerRight",
"PinkyRight"
]
],
"defaultValue": "IndexFingerRight"
}
]
},

View File

@ -52,7 +52,8 @@
"name": "outputDataArea",
"displayName": "Data",
"type": "QString",
"inputType": "TextArea"
"inputType": "TextArea",
"defaultValue": ""
}
]
}

View File

@ -76,7 +76,8 @@
"id": "6604c852-6b24-4707-b8e5-1ddd8032efcc",
"name": "data",
"displayName": "Data",
"type": "QString"
"type": "QString",
"defaultValue": ""
}
]
}