@isaac-platform/isaac-node-red
v3.2.4
Published
Set of Node-RED nodes to communicate with an ISAAC system
Downloads
4
Readme
ISAAC Node-RED Nodes
This package provides a set of Node-RED nodes to communicate with an ISAAC system. Features include:
- Fetching and managing ISAAC data including control panels, events, playables and variables.
- Receiving schedule updates.
- Capturing ISAAC messages received through Heartbeat exchanges.
- Creating Activity Logs entries.
Installation
- Open Node-RED's Palette Manager.
- Navigate to the Install tab.
- Search for
@isaac-platform/isaac-node-red
and click the Install button.
Alternatively, the package can be installed from the command line. See Installing with npm to learn more.
Reference
In addition to the nodes' help content available in Node-RED's Help Sidebar, you may also refer to:
- ISAAC's User Manual ("Node-RED Module" section), which goes over the Node-RED integration for ISAAC.
- ISAAC's Swagger documentation, which provides information about the underlying endpoints used by the nodes. This is necessary to understand what properties to provide when creating or updating data using JSON payloads.
Visit ISAAC Platform Homepage