Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

feat: Adding a few new devices #11

Merged
merged 6 commits into from
May 6, 2020
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions buttplug-device-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
"Pearl2",
"Fuse",
"Virtual Blowbot",
"Titan"
"Titan",
"Virtual Rabbit"
],
"services": {
"88f82580-0000-01e6-aace-0002a5d5c51b": {
Expand All @@ -236,7 +237,8 @@
"btle": {
"names": [
"Onyx2.1",
"Titan1.1"
"Titan1.1",
"Oynx+"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this in the JSON but not the YAML!?

Copy link
Contributor Author

@blackspherefollower blackspherefollower May 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn. I forget to rebuild the JSON during my rebase.

Prior to your update (with the correct spelling) I had a similar changes with a typo in it.
I rebased out your yaml change but somehow auto-merged the json and forgot to regen...

],
"services": {
"00001900-0000-1000-8000-00805f9b34fb": {
Expand Down Expand Up @@ -396,7 +398,8 @@
"motorbunny": {
"btle": {
"names": [
"MB Controller"
"MB Controller",
"MB LINK 201"
],
"services": {
"0000fff0-0000-1000-8000-00805f9b34fb": {
Expand Down
3 changes: 3 additions & 0 deletions buttplug-device-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ protocols:
- Fuse
- Virtual Blowbot
- Titan
- Virtual Rabbit
services:
88f82580-0000-01e6-aace-0002a5d5c51b:
tx: 88f82581-0000-01e6-aace-0002a5d5c51b
Expand All @@ -334,6 +335,7 @@ protocols:
names:
- Onyx2.1
- Titan1.1
- Onyx+
services:
00001900-0000-1000-8000-00805f9b34fb:
# Used to clear the whitelist
Expand Down Expand Up @@ -446,6 +448,7 @@ protocols:
btle:
names:
- MB Controller
- MB LINK 201
services:
0000fff0-0000-1000-8000-00805f9b34fb:
tx: 0000fff6-0000-1000-8000-00805f9b34fb
Expand Down