A message is by no means restricted to payload and topic.
You can attach additional data in a change node or a function node:
msg.coreTemperature = 475
msg.output = {"volts": 400000, "amps": 800}
A message is by no means restricted to payload and topic.
You can attach additional data in a change node or a function node:
msg.coreTemperature = 475
msg.output = {"volts": 400000, "amps": 800}