@ukeyfe/hardware-common-connect-sdk
v1.1.23
Published
`@ukeyfe/hardware-common-connect-sdk` is a libarary that runs in the node enviroment. And communicates with transport in the normal way.
Readme
@ukeyfe/hardware-common-connect-sdk
@ukeyfe/hardware-common-connect-sdk is a libarary that runs in the node enviroment. And communicates with transport in the normal way.
Installation
Install library as npm module:
npm install @ukeyfe/hardware-common-connect-sdkor
yarn add @ukeyfe/hardware-common-connect-sdkInitialization
import HardwareSDK from '@ukeyfe/hardware-common-connect-sdk';
function init() {
HardwareSDK.init({
debug: false,
});
}Docs
Documentation is available hardware-js-sdk
Examples
// TODO: add example url
