SEND_TO_TWIN

Send a message to another digital twin instance.

Usage

SEND_TO_TWIN(modelName, instanceId, dataCollection)

Parameters

modelName

String

The name of the model you want to send a message to.

instanceId

String

The instance Id of the specific instance you want to send a message to.

dataCollection

String

The name of the data collection to send.

Returns

Action

Remarks

N/A