UNPKG

homebridge-fujitsu-airstage

Version:

A Homebridge plugin to control devices that use the Fujitsu Airstage API.

45 lines (44 loc) 1.18 kB
{ "displayName": "Homebridge Fujitsu Airstage", "name": "homebridge-fujitsu-airstage", "version": "3.1.0", "description": "A Homebridge plugin to control devices that use the Fujitsu Airstage API.", "license": "MIT", "homepage": "https://github.com/PatrickStankard/homebridge-fujitsu-airstage", "repository": { "type": "git", "url": "git+https://github.com/PatrickStankard/homebridge-fujitsu-airstage.git" }, "bugs": { "url": "https://github.com/PatrickStankard/homebridge-fujitsu-airstage/issues" }, "engines": { "node": "^18 || ^20 || ^22 || ^24 || ^26", "homebridge": "^1.6.0 || ^2.0.0" }, "main": "src/index.js", "scripts": { "test": "node --test --experimental-test-coverage" }, "funding": { "type": "venmo", "url": "https://account.venmo.com/u/patrickstankard" }, "keywords": [ "homebridge", "homebridge-plugin", "fujitsu", "airstage", "thermostat" ], "devDependencies": { "@types/node": "^18 || ^20 || ^22 || ^24 || ^26", "homebridge": "^1.6.0 || ^2.0.0" }, "maintainers": [ { "name": "patrickstankard", "email": "me@patrickstankard.com" } ] }