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

ebm: fix config tests

This commit is contained in:
Steffen Vogel 2019-04-23 11:19:18 +02:00
parent 3c9a962691
commit 6965520998
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,12 @@ paths = (
hooks = (
{
type = "ebm"
phases = (
[ 0, 1 ],
[ 2, 3 ],
[ 4, 5 ]
)
}
)
}

View file

@ -74,6 +74,8 @@ public:
phases.emplace_back(voltage, current);
}
state = STATE_PARSED;
}
virtual void start()