We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
OpenZWave/1/node/38/associations
{ "Name": "All associations", "Groups": { "1": [ "36.0", "37.0" ], "2": [ "36.0", "37.0" ] }, "TimeStamp": 1604267957 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we have the ability to query each node individually for each group:
OpenZWave/1/node/38/association/2/
For which I get
I would like to have an ability to get a result like this
OpenZWave/1/node/38/associations
For which I get
The text was updated successfully, but these errors were encountered: