#
Junjie
2023-10-14 ae0d613e60b2308d23b2760d514d0ff3356bfa48
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;