1.0.9 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.8

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago