exceeded log
This commit is contained in:
@@ -75,6 +75,5 @@ export const handle: TopicHandler = async (topic, payload) => {
|
|||||||
|
|
||||||
const values = parseValues(payload)
|
const values = parseValues(payload)
|
||||||
const metrics = toMetrics(values, timestamp);
|
const metrics = toMetrics(values, timestamp);
|
||||||
log(`${EDGE}.modbus.prepared ${JSON.stringify(metrics)}`)
|
|
||||||
await postMetrics(metrics)
|
await postMetrics(metrics)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user