mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
实现MQTT协议消息订阅和消息解析流程
This commit is contained in:
@@ -73,6 +73,7 @@ public:
|
||||
std::shared_ptr<Station> getStationByCode(std::string code);
|
||||
|
||||
std::shared_ptr<Device> getDevice(int stationId, int deviceId);
|
||||
std::shared_ptr<Device> getDeviceByType(int stationId, int deviceType, std::string code);
|
||||
|
||||
std::string getDeviceNameById(int typeId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user