toggle-ts

Stack.Toggle

🔗 Documentation website

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.

In this documentation

Stack Toggle

This repository

🔗 Azure repository

This repository contains the Typescript wrapper for the stacktoggle NATS API.

Install dependencies

npm install

Build artifacts

Documentation will be built in docs folder.

npm run docs

Contribute

Lint your changes before committing:

npm run lint
npm run format

Generated using TypeDoc