mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
调试修改HTTP接口
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
#include <cstdint>
|
||||
#include "common/JsonN.h"
|
||||
|
||||
struct REGInfo
|
||||
{
|
||||
std::string name;
|
||||
int byte;
|
||||
std::string remark;
|
||||
};
|
||||
|
||||
// EMS遥信
|
||||
struct EMSYX
|
||||
@@ -43,7 +37,7 @@ struct EMSYX
|
||||
uint16_t energyStatus; //判断总表的三相总有功 < -5.0fkW 充电 >5.0fkW放电 否则停机 R uint16 0:充电 1 : 放电 2 : 停机 储能状态
|
||||
|
||||
void fromJson(const std::string& str);
|
||||
void toJson();
|
||||
std::string toJson();
|
||||
};
|
||||
|
||||
// EMS遥测
|
||||
|
||||
Reference in New Issue
Block a user