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 am not using Home Assistant. Or: a developer has told me to come here.
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem is not mentioned there.
Deploy method
Docker
Z-Wave JS UI version
9.13.0
ZwaveJS version
12.9.1
Describe the bug
Unable to save config if zniffer is disabled.
prob needs another check in there for zwave enabled, zniffer disabled.
differentPorts(){return((this.newZwave.enabled&&!this.newZniffer.enabled)||(this.newZwave.enabled&&this.newZniffer.enabled&&this.newZwave.port!==this.newZniffer.port)||'Zniffer and Z-Wave ports must be different.')}
differentPorts(){return(!this.newZwave.enabled||!this.newZniffer.enabled||this.newZwave.port!==this.newZniffer.port||'Zniffer and Z-Wave ports must be different.')},
Checklist
Deploy method
Docker
Z-Wave JS UI version
9.13.0
ZwaveJS version
12.9.1
Describe the bug
Unable to save config if zniffer is disabled.
prob needs another check in there for zwave enabled, zniffer disabled.
SOURCE -
zwave-js-ui/src/views/Settings.vue
Line 1976 in 1c36405
To Reproduce
have zwave enabled, have zniffer disabled. make change to zwave configs, save.
Expected behavior
able to save zwave config.
Additional context
The text was updated successfully, but these errors were encountered: