params

Type: JSON object
Required: No

"params": [
   {
      "name": "functionParameter1",
      "displayName": "functionParameter1",
      "description": "This is a sample for a function parameter.",
      "type": "tchmi:general#/definitions/Number",
      "visible": true
   },
   {
      "name": "functionParameter2",
      "displayName": "functionParameter2",
      "description": "This is a sample for a function parameter.",
      "type": "tchmi:general#/definitions/Boolean",
      "bindable": false
      "visible": true
   }
]

This property defines the optional parameter vaules of a function. The parameter values can be transferred via Engineering.

A parameter object contains the following properties: