@measurequick/measurequick-report-generator 1.5.227 → 1.5.228
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/util.js +2 -2
package/package.json
CHANGED
package/util.js
CHANGED
|
@@ -420,7 +420,7 @@ export function getElectricalData(test, suffix, embeddedIcons) {
|
|
|
420
420
|
vIcon = embeddedIcons.iconRedfish510;
|
|
421
421
|
else if (vSource == "Fieldpiece")
|
|
422
422
|
vIcon = embeddedIcons.iconFieldpiece;
|
|
423
|
-
else if (vSource == "UEi HAC" || vSource == "UEi DL599")
|
|
423
|
+
else if (vSource == "UEi HAC" || vSource == "UEi DL599" || vSource == "UEi HUB")
|
|
424
424
|
vIcon = embeddedIcons.iconUei;
|
|
425
425
|
|
|
426
426
|
if (aSource == "ComfortGuard")
|
|
@@ -433,7 +433,7 @@ export function getElectricalData(test, suffix, embeddedIcons) {
|
|
|
433
433
|
aIcon = embeddedIcons.iconRedfish510;
|
|
434
434
|
else if (aSource == "Fieldpiece")
|
|
435
435
|
aIcon = embeddedIcons.iconFieldpiece;
|
|
436
|
-
else if (aSource == "UEi HAC" || aSource == "UEi DL599")
|
|
436
|
+
else if (aSource == "UEi HAC" || aSource == "UEi DL599" || aSource == "UEi HUB")
|
|
437
437
|
aIcon = embeddedIcons.iconUei;
|
|
438
438
|
return {
|
|
439
439
|
voltage: vDisplay,
|