test(pkg/cli): Implementation of test to stabilize the code
This commit is contained in:
@ -84,6 +84,7 @@ func Start(cnf *config.Configuration, cleanCacheInterval time.Duration, compress
|
||||
return
|
||||
}
|
||||
for _, measmeasuredValue := range measuredValues {
|
||||
debugChannel <- fmt.Sprintf("%v: %v: %v", sensor.GetID(), measmeasuredValue.ValueType, measmeasuredValue.Value)
|
||||
measuredValueChannel <- measmeasuredValue
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user