模式: {{ currentDeviceData.data.mode }}
状态: {{ currentDeviceData.data.deviceStatus }}
顶升: {{ currentDeviceData.data.hasLift }}
托盘: {{ currentDeviceData.data.hasPallet }}
坐标: {{ currentDeviceData.data.currentCode }}
异常: {{ currentDeviceData.data.errorCode }}
充电: {{ currentDeviceData.data.hasCharge }}
电量: {{ currentDeviceData.data.batteryPower }}
电压: {{ currentDeviceData.data.batteryVoltage }}
运行方向: {{ currentDeviceData.data.runDirection }}
速度: {{ currentDeviceData.data.speed }}
原始数据:
{{ currentDeviceData }}