Message from add-in to Px5
Method "RegisterAddin" without a payload:
{ "connectorversion": "1.0.0", "addin": { "name": "My Px5-AddIn", "version": "0.1", "developer": "My Company" }, "method": "RegisterAddin", "payload": null}
Method "ChangeInputValueInPx5" with ChangeInputValueInPx5Payload:
{ "connectorversion": "1.0.0", "addin": { "name": "My Px5-AddIn", "version": "0.1", "developer": "My Company" }, "method": "ChangeInputValueInPx5", "payload": { "controlname": "Px5Feldname_Text", "value": "My new value" }}
Method "GetControlsFromPx5" without a payload:
{ "connectorversion": "1.0.0", "addin": { "name": "My Px5-AddIn", "version": "0.1", "developer": "My Company" }, "method": "GetControlsFromPx5", "payload": null}
Method "GetInfoFromPx5" without a payload:
{ "connectorversion": "1.0.0", "addin": { "name": "My Px5-AddIn", "version": "0.1", "developer": "My Company" }, "method": "GetInfoFromPx5", "payload": null}
Method "TriggerActionInPx5" with TriggerActionInPx5Payload:
{ "connectorversion": "1.0.0", "addin": { "name": "My Px5-AddIn", "version": "0.1", "developer": "My Company" }, "method": "TriggerActionInPx5", "payload": { "action": "PerformButtonClick", "controlname": "Px5Control" }}
Informations about the add-in
Version of the Px5AddInConnector, that send the message
Method of the message:
Payload of the message
Message from add-in to Px5
Example
Method "RegisterAddin" without a payload:
Example
Method "ChangeInputValueInPx5" with ChangeInputValueInPx5Payload:
Example
Method "GetControlsFromPx5" without a payload:
Example
Method "GetInfoFromPx5" without a payload:
Example
Method "TriggerActionInPx5" with TriggerActionInPx5Payload: