You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't found, neither in the docs nor in the source code, any API to create groups or get the groups registered on the network.
It is possible to get the ZWaveGroup objects from the groups property of ZWaveNode, add and remove nodes, change group attributes etc., but there's no equivalent for groups to e.g. ZWaveNetwork.create_scene or ZWaveNetwork.get_scenes. Is this intentional, a lacking feature, or am I missing something?
The text was updated successfully, but these errors were encountered:
I haven't found, neither in the docs nor in the source code, any API to create groups or get the groups registered on the network.
It is possible to get the
ZWaveGroup
objects from thegroups
property ofZWaveNode
, add and remove nodes, change group attributes etc., but there's no equivalent for groups to e.g.ZWaveNetwork.create_scene
orZWaveNetwork.get_scenes
. Is this intentional, a lacking feature, or am I missing something?The text was updated successfully, but these errors were encountered: