bali-gateway-kit
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Ezlo-Hub-Kit

Continuous IntegrationPublish NPM Package

Overview

Bali-Gateway-Kit is a Node.js Package Manager module that provides a convenient, fully-typed, SDK for Bali's Motorization Gateways. The kit enables applications to discovery connected hubs given a Bali account, connect to them, retrieve properties such as devices and rooms, observe hub events and perform hub actions.

This project is very heavily based on this project https://github.com/bblacey/ezlo-hub-kit/. This project includes customizations so it can fully function with Bali's API.

Installation

npm install bali-gateway-kit --save

ezlo-hub-kit is a hybrid npm module that supports both commonJS and ESM modules with complete Typescript type definitions.

ESM

import { BaliCloudResolver, BaliGateway } from 'bali-gateway-kit';

commonJS

const { BaliCloudResolver, BaliGateway } = require('bali-gateway-kit');

Usage

TODO

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.87latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.87
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i bali-gateway-kit

Weekly Downloads

7

Version

1.0.8

License

MIT

Unpacked Size

68.7 kB

Total Files

19

Last publish

Collaborators

  • bostrt