mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
pps_ts: fix parse function for singal name update
This commit is contained in:
parent
a6478f94e2
commit
d4ea4b9d6e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public:
|
|||
|
||||
assert(state != State::STARTED);
|
||||
|
||||
Hook::parse(json);
|
||||
SingleSignalHook::parse(json);
|
||||
|
||||
double fSmps = 0;
|
||||
ret = json_unpack_ex(json, &err, 0, "{ s?: f, s: F }",
|
||||
|
|
Loading…
Add table
Reference in a new issue