|
@@ -420,6 +420,10 @@ export default {
|
|
{ key: this.$t('deviceType.EMERGENCY_GATEWAY'), value: 31 },
|
|
{ key: this.$t('deviceType.EMERGENCY_GATEWAY'), value: 31 },
|
|
{ key: this.$t('deviceType.ALARM_433BUTTON'), value: 32 },
|
|
{ key: this.$t('deviceType.ALARM_433BUTTON'), value: 32 },
|
|
{ key: this.$t('deviceType.OTHER_HOST'), value: 33 },
|
|
{ key: this.$t('deviceType.OTHER_HOST'), value: 33 },
|
|
|
|
+ { key: this.$t('deviceType.BREASTPLATE'), value: 34 },
|
|
|
|
+ { key: this.$t('deviceType.OWON_X5_GATEWAY'), value: 35 },
|
|
|
|
+ { key: this.$t('deviceType.FALL_DETECTION_RADAR'), value: 36 },
|
|
|
|
+
|
|
],
|
|
],
|
|
deviceTypeEnum: DEVICE_TYPE.getValueList(),
|
|
deviceTypeEnum: DEVICE_TYPE.getValueList(),
|
|
deviceStatusTransfer: [
|
|
deviceStatusTransfer: [
|