Wayne Haffenden
Wayne Haffenden
Currently, this module just provides an invoke method so that any method from any version and protocol can be invoked without having each one being statically defined. The idea behind...
Re-write the invoke method to use the newer API discovery method, this should greatly enhance performance.
Implement PIN authentication in a way that allows a user to transparently use either PIN or Pre-Shared Key authentication without making the API difficult or awkward to use. We should...
Running this on MacOS brings up this deprecation warning multiple times: ```(node:2509) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to...