|
Lovense Integration
|
Container holding (mostly) raw HTTP request json data for a Lovense Toy instance. More...
#include <LovenseIntegration/Source/LovenseIntegration/Public/LovenseTypes.h>
Public Member Functions | |
| FString | ToString () const |
Public Attributes | |
| FString | id |
| The identifier for the toy. | |
| FString | name |
| The name of the toy excluding the version, e.g. "Nora". Used in the UI. | |
| int32 | status |
| This value indicates whether the toy is connected to the Lovense app. 1 = Connected, 0 = Disconnected. Used in the UI. | |
| int32 | battery |
| Current battery status of the toy. Value is percentage charged, range is 0-100%. If battery status is unknown, value will be -1. Used in UI. | |
| FString | firmwareVersion |
| The firmware version of the toy. Is empty for Lovense Remote apps. | |
| FString | nickname |
| User defined nickname for the toy. Empty if user has not defined a nickname. Used in the UI. | |
| FString | version |
| The version of the toy, e.g. the "Edge 2" toy would have a version of 2. Empty if version is 1. Used in the UI. | |
Container holding (mostly) raw HTTP request json data for a Lovense Toy instance.