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
From where we can get this device? The sdropdown with nodes is build fom devices in the data holder and if device is already excluded disappear from the data holder.
IMHO the better solution is: After device exclusion automatically remove all assoc with this device.
It is of course a good idea to exclude, but if it was not done - what's next? We need to add a text field to still allow it. Another solution is to build the list from devices + the list of nodes in the group.
The dropdown is shown because in the pyzw_zwave_ui.js in the saction
case 0x8e (MutiChannelAssociation) > Remove > "label": "Node" is type set as "node"
I've changed it as in "case 0x85: (Association)"" to
"label": "Node",
"type": {
"range": {
"min": 1,
"max": 255
}
}
Associations not presented
In this list need a device_13
The text was updated successfully, but these errors were encountered: