e61ec0cc3c
Updating longitude type Only updating wiz bulb if pilot is not undefined Fixing issue where lights will turn off after receiving power Fixing bug where wiz lights would go dark instead of maintaining the current brightness
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@watsonb8/homebridge-flux",
|
|
"version": "1.1.3",
|
|
"description": "",
|
|
"main": "bin/index.js",
|
|
"publishConfig": {
|
|
"registry": "http://10.44.1.6:4873/"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"src",
|
|
"config.schema.json"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-flux.git"
|
|
},
|
|
"keywords": [
|
|
"homebridge-plugin",
|
|
"Hue",
|
|
"f.lux",
|
|
"typescript"
|
|
],
|
|
"engines": {
|
|
"homebridge": ">=1.1.6",
|
|
"node": ">=7.6.0"
|
|
},
|
|
"author": "Brandon Watson",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node-cron": "^2.0.3",
|
|
"@types/suncalc": "^1.8.0",
|
|
"@watsonb8/wiz-lib": "^1.0.1-e1c84.0",
|
|
"node-cron": "^2.0.3",
|
|
"node-hue-api": "^4.0.5",
|
|
"suncalc": "^1.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^13.11.1",
|
|
"homebridge": "^1.5.0",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|