←
{{ $i18n.t('deviceDetail') }}
{{ $i18n.t('magneticContactStatusLeft') }}
{{xqobj.iotData.mcl.desc == undefined ? '--' : xqobj.iotData.mcl.desc}}
{{ $i18n.t('magneticContactStatusRight') }}
{{xqobj.iotData.mcr.desc == undefined ? '--' : xqobj.iotData.mcr.desc}}
{{ $i18n.t('magnetometer') }}
{{ xqobj.iotData.cq.value == undefined ? '--' : xqobj.iotData.cq.value}}
{{ $i18n.t('accelerometer3AxisVibrationTitle') }}
{{ xqobj.iotData.zd.value == undefined ? '--' : xqobj.iotData.zd.value}}
{{ $i18n.t('accelerometer3AxisAngleTitle') }}
{{ xqobj.iotData.jd.value == undefined ? '--' : xqobj.iotData.jd.value}}
湿度(%)
{{ xqobj.iotData.sd.value == undefined ? '--' : xqobj.iotData.sd.value}}
{{ $i18n.t('temperatureCelsius') }}
{{ xqobj.iotData.wd.value == undefined ? '--' : xqobj.iotData.wd.value}}
{{ $i18n.t('batteryLevel') }}
{{ xqobj.iotData.bat.value == undefined ? '--' : xqobj.iotData.bat.value + '%'}}
{{ $i18n.t('deviceCover') }}
{{ xqobj.iotData.fx.desc == undefined ? '--' : xqobj.iotData.fx.desc}}
{{ $i18n.t('deviceBracket') }}
{{ xqobj.iotData.zj.desc == undefined ? '--' : xqobj.iotData.zj.desc }}
{{ $i18n.t('hubConnection') }}
{{ hubConnectionValue }}
{{ $i18n.t('hubSignalStrength') }}
{{ hubSignalStrengthValue }}
{{ $i18n.t('connectionMode') }}
{{ connectionModeValue }}
{{ $i18n.t('loraSignalStrength') }}
{{ loraSignalStrengthValue }}
{{ $i18n.t('bleSignalStrength') }}
{{ bleSignalStrengthValue }}
{{ $i18n.t('loraTransmitPower') }}
{{ loraTransmitPowerValue }}
{{ $i18n.t('bleTransmitPower') }}
{{ bleTransmitPowerValue }}
{{ $i18n.t('repeater') }}
{{ repeaterValue }}
{{ $i18n.t('ncInterface') }}
{{ ncInterfaceValue }}
{{xqobj.productName}}{{$i18n.t('deviceModel')}}
{{ $i18n.t('hardware') }}
{{ $i18n.t('firmware') }}
{{$i18n.t('deviceMac')}}:{{xqobj.mac}}