Simple Lovense API Wrapper
I decided to create a simple api wrapper for the lovense API.
Install
Simple run
npm install simple-lovense
Examples
You can find a simple use case in example.js
Functions
$3
Returns the api used to check for toys.
$3
Returns true/false for the debug mode.
$3
Takes the json responds from the API with the toy data and changes it a touch.
Only use this if you know why you should.
$3
Returns the toys for the domain you pass. If you leave it empty, it will return for the currently set domain.
$3
Returns the domains it found.
$3
Sets the used domain to the one specified. Returns true if it can, otherwise false if the domain does not exist.
$3
Sets the default toy as passed.
$3
Sends the command, with the command options to the specified domain and toy. If you pass undefined to either/or the domain or toy, it will use the currently set defaults. If you set toyid to '', it will send it to all toys that the command supports.
$3
Returns an object with all comands and options, along with which toys it will work with
$3
Returns currently set domain
$3
Returns currently set toyid