1.0.10 • Published 4 months ago

@edgepi-cloud/node-red-edgepi-digital-input v1.0.10

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

node-red-edgepi-digital-input

EdgePi digital input node that gets the state of a given input channel.

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-digital-input

Properties

  • RPC Server The connection to your EdgePi's RPC Server.
  • Channel The channel to check the state on.

Inputs

  • payload number The Digital Input channel.

Example input:

msg {
    "payload": 1
}

Outputs

  • payload boolean The status of the given channel.

Example output:

msg {
    "payload": false
}
1.0.10

4 months ago

1.0.9

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.4

7 months ago

1.0.2

8 months ago

1.0.1

10 months ago

1.0.0

10 months ago