stacktoggle is a IoT device developed by Kion Group. It's main purpose is to control I/O devices in industrial environments. EtherCAT modules can be attached or local I/O can be used to control such devices as automatic roll up doors, traffic lights, button inputs, etc.
This documentation is targeted at developers and early adaptors who want to use and integrate the stacktoggle in their own projects.

🔗 Azure repository
This repository contains the Typescript wrapper for the stacktoggle NATS API.
npm install
Documentation will be built in docs folder.
npm run docs
Lint your changes before committing:
npm run lint
npm run format
Generated using TypeDoc