Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-jacdac

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-jacdac - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "node-red-contrib-jacdac",
"version": "1.0.5",
"version": "1.0.6",
"description": "Microsoft Jacdac for node-red",

@@ -5,0 +5,0 @@ "keywords": [

@@ -16,3 +16,3 @@ # Node-RED Jacdac Node

Use the Plugin manager in node-red or run the following command in your Node-RED user directory - typically ``~/.node-red``
Use Palette manager in node-red or run the following command in your Node-RED user directory - typically ``~/.node-red``

@@ -23,4 +23,16 @@ npm install node-red-contrib-jacdac

You will need to connect a device with Jacdac firmware and USB port. [Read more](https://microsoft.github.io/jacdac-docs/clients/hardware/makecode/) about flashing Jacdac firmware in popular embedded devices such as the micro:bit V2 .
You will need to connect a device with Jacdac firmware and USB port. [Read more](https://microsoft.github.io/jacdac-docs/clients/hardware/makecode/) about flashing Jacdac firmware in popular embedded devices such as the micro:bit V2.
## Nodes
### jacdac-event
This node listens for [Jacdac events](https://microsoft.github.io/jacdac-docs/reference/protocol#events) and send them in the payload.
You can browse the [services specification catalog](https://microsoft.github.io/jacdac-docs/services/) to discover which events are available.
### jacdac-read
This node listens for [Jacdac reading](https://microsoft.github.io/jacdac-docs/reference/protocol#registers) and send them in the payload.
You can browse the [services specification catalog](https://microsoft.github.io/jacdac-docs/services/) (filter by ``Sensor``) to discover which reading registers are avilable are available.
## Developer section

@@ -27,0 +39,0 @@ ### Adding Nodes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc