JSPM

homebridge-temperature-humidity-async

0.0.9
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29
  • Score
    100M100P100Q36516F
  • License ISC

Homebridge Plugin for Async Temperature and Humidity handling

Package Exports

  • homebridge-temperature-humidity-async

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (homebridge-temperature-humidity-async) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

homebridge-temperature-humidity-async

Async handling of temperature and humidity sensors for HomeBridge.

Installation

  1. Install homebridge: npm install -g homebridge
  2. Install homebridge-temperature-humidity-async: npm install --global homebridge-temperature-humidity-async
  3. Update your configuration file.

Configuration

See sample-config.json:

{
  "accessory": "TemperatureHumidityAsyncSensor",
  "name": "Office",
  "port": 8554,
  "senderId": 1424479,
  "offsets": {
    "temperature": 2.5,
    "humidity": 0.0
  }
}