1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

influx: fix copy&paste mistake while checking supported signal types

This commit is contained in:
Steffen Vogel 2020-01-07 10:51:59 +01:00
parent 253ef42eda
commit ae8f43dac9

View file

@ -139,7 +139,7 @@ int influxdb_write(struct node *n, struct sample *smps[], unsigned cnt, unsigned
if (
sig->type != SignalType::BOOLEAN &&
sig->type != SignalType::INTEGER &&
sig->type != SignalType::FLOAT &&
sig->type != SignalType::INTEGER
) {
warning("Unsupported signal format for node %s. Skipping", node_name(n));