Error in current implementation of REST API /lens/focus

There is an error in GET /lens/focus.
Documentation outlines that the parameter is named focus, but currently it's normalised.
For the PUT command two options are usable:
value is in the range of 0 to 1.
Documentation outlines that the parameter is named focus, but currently it's normalised.
- Code: Select all
{
"normalised": 0.7
}
For the PUT command two options are usable:
- Code: Select all
{ "normalised" : value }
- Code: Select all
{ "focus" : value }
value is in the range of 0 to 1.