arete-sdk
v0.1.6
Published
The Project Arete SDK for smart buildings
Readme
Project Arete SDK for NodeJS
Installing
Add to your NodeJS project with:
$ npm install --save arete-sdkUsing
import { Client } from 'arete-sdk';
let client = new Client({
protocol: 'wss:',
host: 'dashboard.test.cns.dev',
port: 443,
});
await client.waitForOpen(5000);
...See the examples for further usage details.
Examples
Developing
See the Developer's Guide for build and test instructions.
