ETC Eos Sub slider configuration - slider is immediately jumping between 0 and 100

FOUND THE SOLUTION:
I used the recommended example found in the "Range" help dialogue box in O-S-C itself and changed 0.25 to 0.5 instead:

{
"min":{"-inf": 0},
"50%": 0.5,
"max":{"+inf": 1}
}


Hi everyone,

I'm sure it's a fairly easy fix but I don't quite have the brain capacity right now.

I am trying to create a slider on O-S-C that controls a submaster on our ETC Eos Nomad lighting desk. The address and slider ranges are as follows:

Range:

{
"min": 0,
"max": 100
}

Address (according to the Eos manual):

/eos/sub/1 (2, 3, 4 etc.)

Using this address and moving the slider changes between minimum and maximum intensity only, happens as soon as the slider gets to 1 out of 100.

Setting the address to /eos/sub=1 seemingly doesn't do much, perhaps this is because it only selects the sub and nothing else.

What's really confusing is setting the address to /eos/sub/1/level and moving the slider changes the level to 80% and then doesn't/cannot change up or down after that without manually resetting on Eos itself.

Any help would be really appreciated, thank you!