←
{{ $i18n.t('deviceDetail') }}
{{ $i18n.t('infraredSensor') }}
{{ xqobj.iotData.hy.desc == undefined ? '--' : xqobj.iotData.hy.desc}}
{{ $i18n.t('infraredSensorSensitivity') }}
{{ infraredSensorSensitivityValue }}
{{ $i18n.t('micEnabled') }}
{{ xqobj.iotData.mic.desc == undefined ? '--' : xqobj.iotData.mic.desc }}
{{ $i18n.t('micSensitivity') }}
{{ micSensitivityValue }}
{{ $i18n.t('accelerometerVibration') }}
{{ xqobj.iotData.zd.value == undefined ? '--' : xqobj.iotData.zd.value }}
{{ $i18n.t('accelerometerAngle') }}
{{ xqobj.iotData.jd.value == undefined ? '--' : xqobj.iotData.jd.value }}
{{ $i18n.t('ambientTemperature') }}
{{ 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('externalPower') }}
{{ xqobj.iotData.pow.desc == undefined ? '--' : xqobj.iotData.pow.desc }}
{{ $i18n.t('hubConnection') }}
{{ hubConnectionValue }}
{{ $i18n.t('hubSignalStrength') }}
{{ $i18n.t('connectionMode') }}
{{ connectionModeValue }}
{{ $i18n.t('loraSignalStrength') }}
{{ $i18n.t('bleSignalStrength') }}
{{ $i18n.t('loraTransmitPower') }}
{{ $i18n.t('bleTransmitPower') }}
{{ $i18n.t('repeater') }}
{{ repeaterValue }}
{{ $i18n.t('ncInterface') }}
{{ ncInterfaceValue }}
{{xqobj.productName}}{{$i18n.t('deviceModel')}}
{{ $i18n.t('hardware') }} {{ xqobj.hardwareVersion || '' }}
{{ $i18n.t('firmware') }} {{ xqobj.firmwareVersion || '' }}
{{$i18n.t('deviceMac')}}:{{xqobj.mac}}