Added lovense functionality

This commit is contained in:
Frank van den Berg
2026-07-01 23:53:08 +02:00
parent e503cf3930
commit 7bb627c0fe
7 changed files with 375 additions and 0 deletions
+8
View File
@@ -41,3 +41,11 @@ MESSENGER_TRANSPORT_DSN=amqp://guest:guest@rabbitmq:5672/%2f/messages
###> symfony/mailer ###
MAILER_DSN=null://null
###< symfony/mailer ###
###> lovense ###
# Developer token from https://www.lovense.com/user/developer/info
LOVENSE_DEVELOPER_TOKEN=
# Any secret string of your choosing; used to derive/verify the utoken Lovense
# sends back with pairing callbacks (see LovenseClient::userToken()).
LOVENSE_CALLBACK_SALT=
###< lovense ###