From 290f2a28f42ef340db651901fa513c6beae8d899 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 21 九月 2023 11:34:21 +0800 Subject: [PATCH] 待机逻辑更改,超过配置的时间数据不变认为待机 --- conf/config.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/config.go b/conf/config.go index d18e32e..9b10476 100644 --- a/conf/config.go +++ b/conf/config.go @@ -73,7 +73,7 @@ ModbusIntType string SlaveId int Package string - KeepAlive bool + StandbyTime int64 } config struct { -- Gitblit v1.8.0