@viun/node-red-contrib-overview

0.1.6 • Public • Published

node-red-contrib-overview

Collection of Node-RED nodes to control the Overview smart AI cameras.

Description

This Node-RED contribution package provides nodes to interact with Overview smart AI cameras, allowing you to control your devices directly into your Node-RED flows.

Installation

You can install this package through the Node-RED Palette Manager or manually using npm:

npm install node-red-contrib-overview

Nodes

This package includes the following nodes:

  • change-recipe: to change the active recipe on the device.
  • check confidence classification: to verify confidence thresholds for pass/fail classifications.

License

MIT License

Development

You can manually test and develop your nodes using the provided docker image. Your package will then be available in the instance of Node-RED running at http://127.0.0.1:1880.

docker run -it -p 1880:1880 -v $(pwd):/node-red-contrib-overview nodered/node-red

Publishing

To publish a new version of this package:

  1. Update the version number in package.json:
npm version patch  # for bug fixes
npm version minor  # for new features
npm version major  # for breaking changes
  1. Publish to npm registry:
npm publish
  1. Update Node-RED library:

The new version should be available in the Node-RED palette manager within 30 minutes.

Package Sidebar

Install

npm i @viun/node-red-contrib-overview

Weekly Downloads

4

Version

0.1.6

License

MIT

Unpacked Size

18.8 kB

Total Files

9

Last publish

Collaborators

  • apagano-vue
  • lucasvandroux-viun