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:
parent
3c9a962691
commit
6965520998
2 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,12 @@ paths = (
|
|||
hooks = (
|
||||
{
|
||||
type = "ebm"
|
||||
|
||||
phases = (
|
||||
[ 0, 1 ],
|
||||
[ 2, 3 ],
|
||||
[ 4, 5 ]
|
||||
)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
@ -74,6 +74,8 @@ public:
|
|||
|
||||
phases.emplace_back(voltage, current);
|
||||
}
|
||||
|
||||
state = STATE_PARSED;
|
||||
}
|
||||
|
||||
virtual void start()
|
||||
|
|
Loading…
Add table
Reference in a new issue