UNPKG

homebridge-mqtt-pressure

Version:

Plugin to HomeBridge optimized for work with Itead Sonoff and Electrodragon Relay Board hardware with firmware Sonoff-Tasmota via MQTT. Also works with other accessories sending the pressure as a number (payload ex. 1000).

41 lines (40 loc) 1.17 kB
{ "name": "homebridge-mqtt-pressure", "version": "0.0.5", "description": "Plugin to HomeBridge optimized for work with Itead Sonoff and Electrodragon Relay Board hardware with firmware Sonoff-Tasmota via MQTT. Also works with other accessories sending the pressure as a number (payload ex. 1000).", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ochococo/homebridge-mqtt-pressure.git" }, "dependencies": { "mqtt": "^1.12.0", "hap-nodejs-community-types": "https://github.com/homespun/hap-nodejs-community-types.git" }, "engines": { "homebridge": ">=0.2.0", "node": ">4.0.0" }, "keywords": [ "homebridge-plugin", "homebridge", "homekit", "sonoff", "itead", "tasmota", "Sonoff-Tasmota", "electrodragon", "Wifi IoT Relay Board", "BMP280", "pressure" ], "author": "Oktawian Chojnacki", "license": "MIT", "bugs": { "url": "https://github.com/ochococo/homebridge-mqtt-pressure/issues" }, "homepage": "https://github.com/ochococo/homebridge-mqtt-pressure#readme" }