mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
1.新增服务端UI界面,显示服务基础信息。2.修改设备显示配置。3.监控页面储能系统显示储能模式,模式设置新增'手动'
This commit is contained in:
@@ -60,6 +60,8 @@ public:
|
||||
//static string time_to_string(int64_t dt, std::string fmt="%Y-%m-%d %H:%M:%S");
|
||||
//static bool time_string_to_tm(string dt, std::tm& t);
|
||||
|
||||
static int64_t timeDaySeconds();
|
||||
|
||||
std::string duration_str(int64_t t)
|
||||
{
|
||||
auto h = t / 3600;
|
||||
|
||||
Reference in New Issue
Block a user