l l
liukangdong
2025-02-25 1f013658d7b3835625aacdb17f42cac0cb7671ce
server/services/src/main/java/com/doumee/service/business/DeviceService.java
@@ -1,6 +1,7 @@
package com.doumee.service.business;
import com.doumee.dao.business.model.Locks;
import com.doumee.dao.business.model.MqttLog;
/**
 * 与硬件对接服务
@@ -14,8 +15,9 @@
     * 下发开车开锁指令
     * @return String
     */
    boolean openLock(Locks locks);
    MqttLog openLock(Locks locks);
    void startSubcribe();
    MqttLog getLockInfo(Locks locks);
    void testPush(String topic, String json);
}