@viun/node-red-contrib-overview 0.1.6

Collection of nodes to control the Overview's smart AI cameras

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

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.

Node Info

Version: 0.1.6
Updated 1 month ago
License: MIT
Rating: not yet rated

Categories

Actions

Rate:

Downloads

15 in the last week

Nodes

  • change recipe
  • check confidence classification

Keywords

  • ai
  • visual-inspection
  • manufacturing
  • automation
  • node-red