Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Implement Saia Burgess ALE3 #54

Merged
merged 4 commits into from
Sep 20, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor meter creation
  • Loading branch information
andig committed Sep 20, 2018
commit dfe413363dacbc9761b4233e6105899c0091f86a
1 change: 0 additions & 1 deletion modbus.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func (q *ModbusEngine) Transform(
// convert bytes to value
snip.Value = snip.Transform(reading)
snip.ReadTimestamp = time.Now()

outputStream <- snip

successSnip := ControlSnip{
Expand Down