Hi,
I’m seeing a strange behavior with the Tag Read node (the non-WebSocket one).
When I read a tag, the output msg.payload contains only the timestamp, instead of the full result (value/quality/timestamp).
However, if I change the node configuration so that it writes to msg. (e.g. msg.result) instead of msg.payload, then I get the expected ignitionResult object.
So it looks like the issue happens only when the output property is set to msg.payload.
Could you please confirm if this is expected behavior or a bug? Ignition module version: 2.0.1.
Thanks.