This is a duplicate post from the "questions-and-support" channel in Buttplug Discord server.
In the library Buttplug 5.0.0., executing the following code encounters an unhandled exception "Percent value -0.5 is not in the range 0.0 <= x <=1.0".
(device is an instance of ButtplugClientDevice class)
(The connected device is A10Cyclone and the server is Intiface Central 3.0.2.)
device.RunOutputAsync(DeviceOutput.Rotate.Percent(-0.5));
Since rotating command needs to accept both negative and positive values for controlling rotating direction(clockwise or counter-clockwise), this issue needs to be addressed.

This is a duplicate post from the "questions-and-support" channel in Buttplug Discord server.
In the library Buttplug 5.0.0., executing the following code encounters an unhandled exception "Percent value -0.5 is not in the range 0.0 <= x <=1.0".
(device is an instance of ButtplugClientDevice class)
(The connected device is A10Cyclone and the server is Intiface Central 3.0.2.)
Since rotating command needs to accept both negative and positive values for controlling rotating direction(clockwise or counter-clockwise), this issue needs to be addressed.