From 61c926e0c114c136be70ad34da52658ce2caebb7 Mon Sep 17 00:00:00 2001 From: cpoder Date: Thu, 14 Mar 2024 10:09:49 +0100 Subject: [PATCH] put undefined default value for enum instead of null + revamped command UI --- web/lora-package/package.json | 5 +- .../src/devices/devices.component.html | 331 +++++------------- .../src/devices/devices.component.ts | 2 +- .../src/devices/panel-wrapper.component.ts | 28 +- .../src/onboarding/codecs/select.type.ts | 1 - 5 files changed, 118 insertions(+), 249 deletions(-) diff --git a/web/lora-package/package.json b/web/lora-package/package.json index 68ac82d0d..c285ad56d 100644 --- a/web/lora-package/package.json +++ b/web/lora-package/package.json @@ -8,7 +8,10 @@ "deploy": "c8ycli deploy", "postinstall": "ngcc" }, - "keywords": [], + "keywords": [ + "Cumulocity", + "Plugin" + ], "author": "", "license": "Apache", "dependencies": { diff --git a/web/lora-package/src/devices/devices.component.html b/web/lora-package/src/devices/devices.component.html index 20c2780f3..99e971bef 100644 --- a/web/lora-package/src/devices/devices.component.html +++ b/web/lora-package/src/devices/devices.component.html @@ -10,19 +10,11 @@

{{ "Configure device codec" | translate }}

- - @@ -42,24 +34,13 @@

{{ "Configure device codec" | translate }}

- +