1.0.12 • Published 3 months ago

@edgepi-cloud/node-red-edgepi-led v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

node-red-edgepi-led

EdgePi LED node that changes the state of LEDs on the EdgePi.

Install

Install normally through the node-red editor or install with npm in your node-red directory (typically located at ~/node.red) by running the following command:

npm install @edgepi-cloud/node-red-edgepi-led

Properties

RPC Server The connection to your EdgePi's RPC Server.

Inputs

  • payload (boolean) The LED state.
  • pin (number) The LED pin on which to change state.

Example input configuration:

msg {
  "payload": true,
  "pin": 1
}

Outputs

  • payload (string) A success message stating the configuration of the given LED. Example output:
msg {
  "payload": "Successfully turned on LEDPins.LED1."
}
1.0.12

3 months ago

1.0.11

4 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

5 months ago

1.0.6

6 months ago

1.0.5

7 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago