-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hello @SeppPenner,
Should NodeStates not contain the respective DeviceStates and what about groups? Should SparkplugNet.VersionB.SparkplugApplication not contain the following object isntead of a separate NodeStates and DeviceStates?
{
"groups": [
{
"name": "group1",
"nodes": [
{
"name": "node1",
"metrics": [],
"devices": [
{
"name": "device1",
"metrics": []
}
]
},
{
"name": "node2",
"metrics": [],
"devices": [
{
"name": "device1",
"metrics": []
},
{
"name": "device2",
"metrics": []
}
]
}
]
}
]
}Metadata
Metadata
Assignees
Labels
No labels