@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/util.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.5.227",
3
+ "version": "1.5.228",
4
4
  "description": "Generates PDF documents for various measureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {
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,