Open toth-istvan-zoltan opened 2 months ago
Wireformat writes Double (and probably Float) NaN into JSON as "NaN" which is not allowed as per the JSON standard:
"properties": { "actual": NaN, "setPoint": NaN, "target": NaN }
This should be changed to "NaN" (handle -Inf and +Inf the same way).
Wireformat writes Double (and probably Float) NaN into JSON as "NaN" which is not allowed as per the JSON standard:
This should be changed to "NaN" (handle -Inf and +Inf the same way).