Standard API - PC Remote Control
This implementation is based on the Official Lovense Standard API Documentation.
1. Quick Start
- Open Lovense Remote and connect your toy
- Go to Settings → External Control → Enable "Allow Control"
2. Search Connected Toy
Request:
URL: https://127-0-0-1.lovense.club:30010/command
Request will appear here...
Response:
Response will appear here...
3. Test `Function` Commands
Request:
URL: https://127-0-0-1.lovense.club:30010/command
Request will appear here...
Response:
Response will appear here...
4. Test `Position` Commands
Special Position request for Solace Pro. Note: Solace Pro also responds to Vibrate and Thrust commands in section 3.
Request:
URL: https://127-0-0-1.lovense.club:30010/command
Request will appear here...
Response:
Response will appear here...
5. Test `Pattern` Commands
Request:
URL: https://127-0-0-1.lovense.club:30010/command
Request will appear here...
Response:
Response will appear here...
6. Test `PatternV2` Commands
Send advanced pattern commands to Solace Pro. Each action consists of a timestamp (ms) and position value.
Form Input
Direct JSON Input
Input actions array only. Other parameters will use default values.
Form Input
This function helps calculate the offset time from the server:
- Records time T1 before sending request
- Records time T2 after receiving response
- Calculates offset: (T2 - T1)
Start Time (T1): -
End Time (T2): -
Calculated Offset: -
Request:
URL: https://127-0-0-1.lovense.club:30010/command
Request will appear here...
Response:
Response will appear here...