@widergy/sfp-mobile-toolbox
v1.2.3
Published
test
Downloads
14
Readme
@widergy/sfp-mobile-toolbox
A toolbox for handling bluetooth communication and meter's protocols parsing
Installation
npm install @widergy/sfp-mobile-toolbox
Usage
import { multiply } from "@widergy/sfp-mobile-toolbox";
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
Made with create-react-native-library