@homeworksenergy/utility-service 1.0.16 → 1.0.17
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/index.js +8 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -77,7 +77,14 @@ const EVENT_TYPES = {
|
|
|
77
77
|
'05': 'Insulation Manager Visit',
|
|
78
78
|
'06': 'Insulation Manager QC Visit',
|
|
79
79
|
},
|
|
80
|
-
88: {
|
|
80
|
+
88: {
|
|
81
|
+
'00': 'Knob and Tube',
|
|
82
|
+
'01':'Mold',
|
|
83
|
+
'02':'Vermiculite'
|
|
84
|
+
},
|
|
85
|
+
89: {
|
|
86
|
+
'00': 'N/A'
|
|
87
|
+
},
|
|
81
88
|
99: { 99: 'Custom Block' },
|
|
82
89
|
};
|
|
83
90
|
|