1.6.0 • Published 3 years ago

node-red-contrib-rpi-garage-door v1.6.0

Weekly downloads
16
License
ISC
Repository
-
Last release
3 years ago

node-red-contrib-rpi-garage-door

A node that allows you to control a rpi-garage-door server from Node Red.

Input

To open or close your garage door pass a message to the garage-door node. The payload can either be:

  • boolean - true will open the door, false will close it
  • string - pass OPEN or CLOSED

Output

Messages will be emitted by the node with the following properties:

  • status: string - 'OPEN', 'CLOSED', 'OPENING', 'CLOSING' or 'UNKNOWN',
  • isOpen: boolean
  • isClosed: boolean
  • isOpening: boolean
  • isClosing: boolean
  • isUnknown: boolean
1.6.0

3 years ago

1.5.0

3 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago