homebridge-fire-detector

1.0.2 • Public • Published

Homebridge Fire Detector Plugin

This plugin creates virtual fire detection sensors and switches in Homebridge.

Installation

  1. Install the plugin:
    npm install -g homebridge-fire-detector
    
  2. Thêm cấu hình mẫu Đảm bảo cấu hình trong config.json đầy đủ và chính xác. Cấu hình mẫu:

json Sao chép mã { "accessories": [ { "accessory": "FireDetector", "name": "Fire Detector", "sensors": [ { "name": "Living Room" }, { "name": "Kitchen" } ] } ] } Nếu không có cấu hình sensors, plugin sẽ tạo 1 cảm biến mặc định.

Package Sidebar

Install

npm i homebridge-fire-detector

Weekly Downloads

190

Version

1.0.2

License

MIT

Unpacked Size

3.24 kB

Total Files

4

Last publish

Collaborators

  • dinhthaicx