From 75d48b9c1a2c197844686f753a6b0231ac2c2658 Mon Sep 17 00:00:00 2001 From: zhouhuang Date: Thu, 21 Nov 2024 16:12:33 +0800 Subject: [PATCH] update --- das-dn/cmg/ry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/das-dn/cmg/ry.cpp b/das-dn/cmg/ry.cpp index 1f357173..2cc7d1b4 100644 --- a/das-dn/cmg/ry.cpp +++ b/das-dn/cmg/ry.cpp @@ -1784,7 +1784,7 @@ BOOLEAN CRYDevice::processHostModbusPointParam(const Json::Value jsonRoot, int u return TRUE; } -BOOLEAN CRYDevice::processHostModbusPointParam(const Json::Value jsonRoot, int uid, int point, int type) +BOOLEAN CRYDevice::processSubModbusPointParam(const Json::Value jsonRoot, int uid, int point, int type) { if (uid < 0 || uid >= UNIT_NUM) return FALSE; if (point < 0) return FALSE;