{{ $t('gateway.signal') }}
{{ wgxq.iotData.CSQ.value }}
--
{{ $t('gateway.versionLabel') }}
{{ getVersion() || '--' }}
{{ gatewayName || $t('gateway.gatewayDefault') }}
{{ wgxq.onlineStatus == 1 ? $t('gateway.online') : $t('gateway.offline') }}
SN:{{ wgxq.sn || '--' }}
MAC:{{ wgxq.mac || '--' }}
{{ $t('gateway.activated') }}
{{ wgxq.activationTime }}
{{ $t('gateway.deviceList') }} ({{ wglist.length }})
{{ item.deviceName || $t('gateway.unnamed') }}
{{ item.modelName || '--' }}
{{ $t('gateway.noDeviceShort') }}
{{ $t('gateway.unbind') }}
{{ $t('gateway.editGwName') }}
{{ $t('common.cancel') }}
{{ $t('common.confirm') }}