This plugin creates virtual fire detection sensors and switches in Homebridge.
- Install the plugin:
npm install -g homebridge-fire-detector
- 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.