Junjie
2023-03-27 c05fc7d74a7f706686b2fc6735ebd98459996903
src/main/java/com/zy/core/model/protocol/SteProtocol.java
@@ -536,6 +536,11 @@
        }
    }
    // 小车电量
    public Float isIdle2() {
        return this.charge;
    }
    // 是否处于报警状态
    public Boolean isAlarm() {
        return this.alarm > 1;