nope/modules/xetics-lean-connector
Martin Karkowski 20d8d313f0 Fixing Bridge
2021-04-20 20:49:15 +02:00
..
defaults Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00
helper changing logger, fixing beckhoff, adding eslint ... 2020-12-04 19:10:33 +01:00
src Fixing Bridge 2021-04-20 20:49:15 +02:00
test Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00
.gitignore Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00
README.md adding mqtt 2020-11-15 20:11:25 +01:00

Xetics LEAN Connector

A Connector for Xetics Lean. The Xetics API is provided via SWAGGER. You can read the current API here.

This Library will create a Client based on the available Swagger-Definition.

Update the Client

  1. To Update the Client-Interface, the Typescript code has to be compiled to JS code. (Use the compile.bat in the root-Directory)
  2. Generate new Interfaces by executing etc: node .\dist\modules\xetics-lean-connector\helper\generate.code.js
  3. Update the Functions provided in:
    • src\xetics.client (only if required)
    • etc