@plmtest/plmtrustlink-enum-management 2.4.14 → 2.4.15
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/src/enum.js +2 -2
package/package.json
CHANGED
package/src/enum.js
CHANGED
|
@@ -786,7 +786,7 @@ const WORKBENCH_OTHERS_ENTITY_NAME = Object.freeze({
|
|
|
786
786
|
})
|
|
787
787
|
|
|
788
788
|
const DEVICE_PROPERTIES = Object.freeze({
|
|
789
|
-
IOT_ENABLED: 'IoTEnabled',
|
|
789
|
+
// IOT_ENABLED: 'IoTEnabled',
|
|
790
790
|
MODEL: 'Model',
|
|
791
791
|
HEARTBEAT_INTERVAL_IN_SECONDS: 'HeartBeatIntervalInSeconds',
|
|
792
792
|
EPC_REGEX: 'EpcRegex',
|
|
@@ -858,7 +858,7 @@ const FIXEDREADER_CAPABILITIES = Object.freeze({
|
|
|
858
858
|
HTTP: 'HTTP',
|
|
859
859
|
MQTT: 'MQTT',
|
|
860
860
|
TCP: 'TCP',
|
|
861
|
-
IOT_HUB: 'IoT Hub'
|
|
861
|
+
// IOT_HUB: 'IoT Hub'
|
|
862
862
|
})
|
|
863
863
|
|
|
864
864
|
const PRINTER_CAPABILITIES = Object.freeze({
|