add GGIO type

This commit is contained in:
lnk
2026-04-21 16:33:46 +08:00
parent 54c97ad103
commit b87da0f454
4 changed files with 10 additions and 9 deletions

View File

@@ -2840,7 +2840,7 @@ void processGGIO_start_data_end(char* mp_id,char* fullname,double v,long long ti
snprintf(mp_name, sizeof(mp_name), "unknown");
}
DIY_WARNLOG_CODE(mp_id,2 ,LOG_CODE_REPORT,
DIY_WARNLOG_CODE(mp_id,2 ,LOG_CODE_GGIO_LPHD,
"监测点:%s(%s),在%s发生事件:%s,事件值:%.2f",
mp_name, mp_id, time_str, descBa.constData(), v);