Skip to content

Link between Device and Node #104

@NklsP

Description

@NklsP

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions