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

Remove wrong NodeFactory::Flags::SUPPORTS_READ from the iec60870 slave node

This commit is contained in:
Philipp Jungkamp 2022-05-23 21:07:15 +00:00 committed by Philipp Jungkamp
parent c635f112e3
commit 8164ce7693

View file

@ -684,4 +684,4 @@ int SlaveNode::stop()
static char name[] = "iec60870-5-104-slave";
static char description[] = "Provide values as protocol slave";
static NodePlugin<SlaveNode, name, description, (int) NodeFactory::Flags::SUPPORTS_WRITE | (int) NodeFactory::Flags::SUPPORTS_READ> p;
static NodePlugin<SlaveNode, name, description, (int) NodeFactory::Flags::SUPPORTS_WRITE> p;