openhab-typescript-typings

Provide Typings to help with writing ECMA-Scripts for openHAB

Usage no npm install needed!

<script type="module">
  import openhabTypescriptTypings from 'https://cdn.skypack.dev/openhab-typescript-typings';
</script>

README

TypeScript Typings for openHAB Scripts

This Package provides TypeScript Interfaces to help with writing rules for openHAB.

This is the first version. There will be many bugs and not implemented interfaces.

Installation

Run the following command in your project directory:

npm install openhab-typescript-typings -D

This will install the typings as a development dependency.