←
{{ $i18n.t('deviceDetail') }}
{{ $i18n.t('remoteControlStatus') }}
{{ xqobj.iotData.num.desc == undefined ? '--' : xqobj.iotData.num.desc }}
{{ $i18n.t('remoteControlInSpace') }}
{{ remoteControlInSpaceValue }}
{{ $i18n.t('remoteControlWorking') }}
{{ remoteControlWorkingValue }}
{{ $i18n.t('batteryLevel') }}
{{ xqobj.iotData.bat.value == undefined ? '--' : xqobj.iotData.bat.value + '%' }}
{{ $i18n.t('deviceCover') }}
{{ deviceCoverValue }}
{{ $i18n.t('buttonMode') }}
{{ xqobj.iotData.num.desc == undefined ? '--' : xqobj.iotData.num.desc }}
{{ $i18n.t('bleBeaconMode') }}
{{ bleBeaconModeValue }}
{{ $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 }}
{{xqobj.productName}}{{$i18n.t('deviceModel')}}
{{ $i18n.t('hardware') }}
{{ $i18n.t('firmware') }}
{{$i18n.t('deviceMac')}}:{{xqobj.mac}}