From 88184ef3ace9f7afeeb518b391b3fb5d9bea4201 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Wed, 6 Nov 2024 09:55:58 +0100 Subject: [PATCH] feat(ui): allow to specify rf region in OTA fw updates when it's unknown Ref https://github.com/zwave-js/node-zwave-js/pull/7369 --- src/components/nodes-table/OTAUpdates.vue | 48 ++++++++++++++++++----- 1 file changed, 38 insertions(+), 10 deletions(-) diff --git a/src/components/nodes-table/OTAUpdates.vue b/src/components/nodes-table/OTAUpdates.vue index 6f94b63d65..7dc3439f30 100644 --- a/src/components/nodes-table/OTAUpdates.vue +++ b/src/components/nodes-table/OTAUpdates.vue @@ -5,7 +5,8 @@ Check updates + + + @@ -139,8 +156,9 @@