Versions
- Python: Python 3.9.2
- OS: Debian 11
- Pymodbus: dev
Pymodbus Specific
Description
I have this defined in my json file for the simulator.
{
"addr": [7, 8],
"value": 72.0,
"action": "random",
"kwargs": { "minval": 65.0, "maxval": 78.0 }
}
It does not seem to follow the minval and maxval values from what I can see. I am getting random Float values, so that works. But it isn't in between the bounds. Any ideas?