
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
homebridge-daylight
Advanced tools
Daylight plugin for homebridge: https://github.com/nfarina/homebridge
Daylight plugin for Homebridge that publishes a HomeKit accessory that emits an approximation of the expected amount of daylight according to the sunrise and sunset schedule for the configured location.
Time Period | Current Light Level |
---|---|
Before Sunrise | 0.0001lux |
During Sunrise | 0.0001lux to 100000.000lux (gradual) |
Between Sunrise & Sunset | 100000.000lux |
During Sunset | 100000.000lux to 0.0001lux (gradual) |
After Sunset | 0.0001lux |
This is intended for use in triggering scenes using sunrise and sunset.
npm install -g homebridge
npm install -g homebridge-daylight
config.json
using the sample below.{
"accessory": "Daylight",
"location": {
"lat": 37.3316936,
"lng": -122.0302191
},
"name": "Daylight Sensor"
}
Fields:
accessory
must be "Daylight" (required).location
contains your location coordinates (required).name
is the name of the published accessory (required).FAQs
Daylight plugin for homebridge: https://github.com/nfarina/homebridge
The npm package homebridge-daylight receives a total of 0 weekly downloads. As such, homebridge-daylight popularity was classified as not popular.
We found that homebridge-daylight demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.