Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to query list of associations for a given node #181

Open
m3ki opened this issue Nov 3, 2020 · 0 comments
Open

Ability to query list of associations for a given node #181

m3ki opened this issue Nov 3, 2020 · 0 comments

Comments

@m3ki
Copy link

m3ki commented Nov 3, 2020

Currently, we have the ability to query each node individually for each group:

OpenZWave/1/node/38/association/2/

For which I get

{
    "Name": "Basic_Set",
    "Help": "",
    "MaxAssociations": 5,
    "Members": [
        "36.0",
        "37.0"
    ],
    "TimeStamp": 1604267957
}

I would like to have an ability to get a result like this
OpenZWave/1/node/38/associations
For which I get

{
	"Name": "All associations",
	"Groups": {
		"1": [
			"36.0",
			"37.0"
		],
		"2": [
			"36.0",
			"37.0"
		]
	},
	"TimeStamp": 1604267957
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant