1.0.12 • Published 4 months ago

@edgepi-cloud/node-red-edgepi-digital-out v1.0.12

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

node-red-edgepi-digital-out

EdgePi digital output node

EdgePi digital output node that configures the state of a given output 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-out

Properties

  • RPC Server The connection to your EdgePi's RPC Server.
  • Channel The channel being configured.
  • State The state to set the selected channel to.

Inputs

  • payload string The D-OUT state. Either 'LOW', 'HIGH', or 'HI_Z'.
  • channel number

Example input:

msg {
    "payload": "LOW",
    "channel": 2
}

Outputs

  • payload string A success message stating the configured channel's changed state.

Example output:

msg {
    "payload": "Successfully set DoutPins.DOUT2 to DoutTriState.LOW."
}
1.0.12

4 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.7

7 months ago

1.0.5

8 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

11 months ago