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

Update pps_ts.cpp

This commit is contained in:
Manuel Pitz 2022-03-23 13:28:29 +01:00
parent 6a8081857f
commit 634d95362a

View file

@ -91,7 +91,7 @@ public:
const char *mode_str = nullptr;
double fSmps = 0;
double fSmps = 1.0;
ret = json_unpack_ex(json, &err, 0, "{ s?: s, s?: f, s?: F, s?: i, s?: i }",
"mode", &mode_str,
"threshold", &threshold,