NodeRed

Introduction

This section provides general information on NodeRed.

Glossary

  • Tab: By use case categorized pages that contain Flows.
    • Referred to as "Flows" by NodeRed.
    • Stored under /data/flows/<name>.yaml
  • Flow: A Group of Nodes inside a Tab, that contain encapsulated logic to solve a specific task or ticket.
  • Node: Basic logic component of NodeRed.
  • Message: A JavaScript Object which is sent from Node to Node