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:
parent
253ef42eda
commit
ae8f43dac9
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue