Skip to content

Commit

Permalink
fix(ui): prevent changing requested security classes when switching p…
Browse files Browse the repository at this point in the history
…rotocol
  • Loading branch information
robertsLando committed Apr 26, 2024
1 parent bb1a4a0 commit e327942
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/views/SmartStart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -670,14 +670,6 @@ export default {
})
},
convertItem(item) {
if (
item.protocol === Protocols.ZWaveLongRange &&
item.requestedSecurityClasses
) {
item.requestedSecurityClasses.s2Unauthenticated = false
item.requestedSecurityClasses.s0Legacy = false
}
item = {
...item,
status: item.status ? 0 : 1,
Expand Down

0 comments on commit e327942

Please sign in to comment.