Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit b2671e7

Browse files
committed
小改
1 parent 08b06b8 commit b2671e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

modbus/adapter.go

-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ func (adapter *Adapter) Sync(id string) (map[string]any, error) {
116116
}
117117
}
118118

119-
//TODO 过滤器
120-
121-
//TODO 计算器
122119

123120
return values, nil
124121
}

tunnel/tunnel.go

+4
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@ func (l *Tunnel) Poll() {
267267
_ = pool.Insert(func() {
268268
dev.Push(values)
269269
})
270+
271+
//TODO 过滤器
272+
273+
//TODO 计算器
270274
}
271275
}
272276

0 commit comments

Comments
 (0)