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", "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",

View File

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

View File

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

View File

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

View File

@ -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": ""
} }
] ]
} }