Skip to content

directcontrolbinding: Properly initialize default `last_value`

It was zero and in some condition it means that the control binding values where ignored (as shown in the test). Setting it to MAXDOUBLE so that the first time we sync the values from a a timestamp in the right range the proper value is computed.

Merge request reports