### Node-RED Example Flows

These are example flows to pull information from Axiomtek systems and publish to 
Node-RED Dashboard. They utilize the EAPI nodes to connect to the Axiomtek EAPI 
C/C++ library.

The three example flows include:

* HW Monitor
* Watchdog
* Digital Input State

To install the flows dependencies, run the following scripts in your Node-RED user directory - typically `~/.node-red`

```
npm install node-red-dashboard
npm install node-red-contrib-ui-state-trail
```

