←
{{ $i18n.t('deviceDetail') }}
{{ $i18n.t('cellularSignal') }}
{{ getRssiDisplay('HW1.lte_rssi') }}
{{ $i18n.t('networkStatus') }}
离线
在线
--
{{ $i18n.t('batteryLevel') }}
{{ getIotValue('HW1.battery_pct') !== '--' ? getIotValue('HW1.battery_pct') + '%' : '--' }}
{{ $i18n.t('deviceCover') }}
{{ getIotValue('HW1.case_opened') !== '--' ? (String(getIotValue('HW1.case_opened')) === '1' ? 'Open' : 'Close') : '--' }}
{{ $i18n.t('externalPower') }}
{{ getIotValue('HW1.power_src') }}
{{ $i18n.t('cellularDevice') }}
{{ getIotValue('HW1.cellular_ok') !== '--' ? (String(getIotValue('HW1.cellular_ok')) === '1' ? 'On' : 'Off') : '--' }}
{{ $i18n.t('wifi') }}
{{ getIotValue('HW1.wifi_ok') !== '--' ? (String(getIotValue('HW1.wifi_ok')) === '1' ? 'On' : 'Off') : '--' }}
{{ $i18n.t('ethernet') }}
{{ getIotValue('HW1.eth_ok') !== '--' ? (String(getIotValue('HW1.eth_ok')) === '1' ? 'SIM2' : 'SIM1') : '--' }}
{{ $i18n.t('sim1') }}
{{ getIotValue('HW2.imei1') }}
{{ $i18n.t('sim2') }}
{{ getIotValue('HW2.imei2') }}
LORA
{{ getRssiDisplay('HW2.lora_rssi') }}
BLE
{{ getRssiDisplay('HW2.ble_rssi') }}
{{ $i18n.t('securityCompany') }}
{{ securityCompanyValue }}
{{ item.label }}{{ item.value }}