Standard API - Mobile Remote Control
This implementation is based on the Official Lovense Standard API Documentation.
1. Connection Setup
Open Lovense Remote App -> Click Menu "Discover" -> Click "Game Mode" -> Turn on the "Enable LAN" switch -> Input IP and Port
Request will appear here...
Response will appear here...
2. Search Connected Toys
Request:
URL:
Request will appear here...
Response:
Response will appear here...
3. Test `Function` Commands
Request:
URL:
Request will appear here...
Response:
Response will appear here...
4. Test `Pattern` Commands
âšī¸
Enter a valid JSON object with the pattern command parameters
Request:
URL:
Request will appear here...
Response:
Response will appear here...
5. Test `Preset` Pattern Commands
Request:
URL:
Request will appear here...
Response:
Response will appear here...
6. Test `Position` Commands
Special command for Solace Pro, and only Solace Pro will respond to.
Request:
URL:
Request will appear here...
Response:
Response will appear here...
7. Test `PatternV2` Commands
Send advanced pattern commands to Solace Pro. Each action consists of a timestamp (ms) and position value.
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:
Request will appear here...
Response:
Response will appear here...