Neuron action
Assume the sink receive result map like:
Below is a sample neuron action configuration. In which, raw is false so the sink will convert the result map into neuron’s default format. The specify the tag names to be sent.
This configuration does not specify property, thus it will send all the fields as tags.
This will send four tags temperature, humidity, status and node in group1, node1.
Given this result, it will send end two tags temperature and humidity in group1, myNode.
Below is another sample to publish data directly to neuron by the data template converted string. The raw is set, the format will be controlled by the data template.