Hmm, that’s a shame. Were you able to try the fallback option?
I got it all connected up to intiface but i cant quite figure out what command to send to it because
{“vibrate”: 5}
doesnt work so idk what to do
So just to confirm, it shows up on your device page and you can do the battery check (which will always show 69%) and make it vibrate from there, right?
I’m not super familiar with Buttplug outside of the Emulation stuff but according to this page:
The command you want is going to be VibrateCmd and your range is going to be 0.0 to 1.0.
Some background on how I did things; We’re emulating a Lovense Hush which has a power range of 0-20 and I’m scaling that down to the LoveSpouse toy’s 0-9. So in Buttplug you power will probably be 0.0, 0.05, 0.1, etc, but the Lovespouse toys will only respond to about half of them.
Good luck! Please let me know how you get along with it!