therma-sensor-consumer
TypeScript icon, indicating that this package has built-in type declarations

2022.11.11-dev.2 • Public • Published

therma-sensor-consumer

Consumer that takes sensor data from therma and decodes the payload and formats it for use in therma-energy

Usage

Start development version:

npm run dev

Install dependencies:

npm ci

Add a pacakge:

npm install --save <package name>

Add a dev pacakge (types, stuff for testing only, etc):

npm install --save-dev <package name>

Publish to npm: This is handled automatically in the bitbucket pipeline once a tag is made from a release. The tag name is used as version number in that case. So only do this if you want to manually publish a version. Replace patch with whatever you want to increase: major | minor | patch. Or specify the version number directly.

npm version patch
npm publish

Run tests:

npm run test

Run linter:

npm run lint

Build the package:

npm run build

Readme

Keywords

none

Package Sidebar

Install

npm i therma-sensor-consumer

Weekly Downloads

1

Version

2022.11.11-dev.2

License

UNLICENSED

Unpacked Size

1.8 MB

Total Files

75

Last publish

Collaborators

  • mewe-devops