src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java
@@ -233,10 +233,15 @@ } //获取电池电量 public Short getBatteryPower() { public Short getBatteryPower$() { return (short) (this.batteryPower * 0.1); } //获取电池温度 public Short getBatteryTemp$() { return (short) (this.batteryTemp * 0.1); } /** * 设置小车状态 */