buttplugio / buttplug-js

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

Ignore non-existent characteristics taken from device config #213

Closed qdot closed 4 years ago

qdot commented 4 years ago

Describe the bug If the device config contains characteristics a device itself does not, just ignore them instead of throwing. See buttplugio/buttplug#94.

qdot commented 4 years ago

buttplug-js will soon be part of buttplug-wasm in https://github.com/buttplugio/buttplug-rs-ffi, closing this bug as it relates to implementation that will be taken care of in buttplug-rs.