so it shouldn't be too hard.
Its actually impossible
lovense.com did not reveal any useful information but a quick google search illuminated
www.lovense.com/sextoys/developer where I signed up using my email
I was then directed to
www.lovense.com/developer/docs/lanlevel where the most sensible starting point was
Connect by Lovense Connect (PC & Mac) within the same computer
Which lead me to the lovesense HTTP(S) web server softwear
Going back I was introduce to the API
This is the format for sending a command through HTTPS
http://domain:httpPort/Vibrate?v=speed&t=toyId
This example sets the vibrator to 10 or of 20
http://192-168-0-11.lovense.club:34567/Vibrate?v=10&t=0015048422C4
To continue from here I would some how need to network SDT in a way that it plays in a web browser and sends these HTTPS commands to the lovesense web server running on my PC to my device. Most likely an Electron application the same thing discord uses, and then add an .as mod to the loader for the control
So I would need to own one of these Love sense devices, need to know web telemetry HTML, JSON, Actionscript, SDT Loader programing, build an custom Electron desktop application and own expensive Adobe subscriptions.