+
+
+
+
+
+
+
+ {{ deviceInfo.id }}
+
+
+
+
+ {{ deviceInfo.battery.batteryPercentage ? `${deviceInfo.battery.batteryPercentage}%` : '-' }}
+
+
+ {{ deviceInfo.battery.isCharging ? $t('common.yes') : $t('common.no') }}
+
+
+ {{ deviceInfo.battery.temperatureCelsius ? `${deviceInfo.battery.temperatureCelsius}℃` : '-' }}
+
+
+ {{ deviceInfo.battery.powerSource || '-' }}
+
+
+ {{ deviceInfo.battery.voltageV ? `${deviceInfo.battery.voltageV}v` : '-' }}
+
+
+
+
+