UNPKG

eq3-bluetooth-thermostat

Version:

Use this library to control your "equiva Bluetooth Smart" or "eQ-3 Bluetooth Smart" radiator thermostats with javascript. Works both in the Browser (with Web Bluetooth) and with Node.js (using Bluez, linux only).

42 lines (41 loc) 724 B
{ "name": "eq3-bluetooth-thermostat", "version": "1.0.1", "license": "MIT", "main": "./dist/thermostat.js", "module": "./src/thermostat.js", "bin": { "eq3-thermostat": "./bin/thermostat.js" }, "scripts": { "dev": "rollup -c -w", "build": "rollup -c", "prepublishOnly": "npm run build" }, "files": [ "bin", "dist", "src" ], "author": { "name": "hinzundcode", "email": "chris-git@appucino.de" }, "repository": { "type": "git", "url": "git://github.com/hinzundcode/eq3-bluetooth-thermostat.git" }, "keywords": [ "eq3", "equiva", "bluetooth", "radiator", "thermostat" ], "peerDependencies": { "webbluetooth-bluez": "^1.0.0" }, "devDependencies": { "rollup": "^1.1.0" } }