buttplugio / buttplug-js

Buttplug Typescript/Javascript Client Implementation
https://buttplug.io
BSD 3-Clause "New" or "Revised" License
128 stars 18 forks source link

feat: Adding multiple device protocols #192

Closed blackspherefollower closed 5 years ago

blackspherefollower commented 5 years ago

This change ports missing protocols from C# to JS:

There's something odd with the device-config not merging nicely, but I think that should be corrected elsewhere and the change in this PR rebased out.

Still need to write tests too.

qdot commented 5 years ago

This merged to dev today, but I brought it in with the Kiiroo 2 commit that didn't even have a PR yet. The main problem now is that the device configs don't match. I'll pull the device config from your repo, diff it and create a patch out of that, as the PR over in the device-config repo also doesn't match the one here (is missing the MonsterPub and stuff).