1.0.9 • Published 4 months ago

@edgepi-cloud/node-red-edgepi-relay v1.0.9

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

node-red-edgepi-relay

EdgePi relay node that opens or closes relay

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-relay

Usage

Properties

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

  • State Whether to open or close the relay.

Inputs

  • payload boolean The relay state.

Example input configuration:

msg {
    "payload": false
}

Outputs

  • payload string A success message stating the relay status.

Example output:

msg {
    payload: "Successfully opened relay"
}
1.0.9

4 months ago

1.0.8

5 months ago

1.0.6

5 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.2

8 months ago

1.0.1

10 months ago

1.0.0

10 months ago