MQTT Driver: Support deeper JSON Schema
Status:
Under consideration
Submitted by
ash_aqx
on
2021-03-29
08:52 PM

Currently the built-in MQTT driver only supports JSON Schema A.
It would be really handy if we could specify a value path through deeper schema layers.
For Example
The Tag Name in MQTT Points currently only supports a reference to the value.
{
"value": 0.000,
"time": 1617040157
}
Tag Name: value
Deeper traversal would just look something like this:
{
"payload":{
"value": 0.000
"time": 1617040157
}
}
Tag Name: payload.value
Tags (6)
- Find more ideas tagged with:
- english
- scada
- SCADA app
- SCADA software
- SCADA tutorial
- Telemetry and SCADA
Link copied. Please paste this link to share this article on your social media post.
1 Comment