
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
homebridge-modern-forms
Advanced tools
Add support for Modern Forms fans to Homekit using Homebridge.
Add any fans you'd like to control to your home network.
Add the following to your Homebridge config.json
under platforms.
{
"platform": "ModernForms"
}
Verify your config.json
looks similar to the following.
{
"bridge": {
"name": "Name",
"username": "XX:XX:XX:XX:XX:XX",
"port": 00000,
"pin": "000-00-000"
},
"platforms": [
{
"platform": "ModernForms"
}
]
}
You’re all set! Any fans you saw in the Modern Forms app should appear in the Home app automatically.
If any of your fans are not automatically found, try specifiying their IP addresses in the following format.
{
"platform": "ModernForms",
"fans": [
{
"ip": "192.168.0.10"
},
{
"ip": "192.168.0.11"
}
]
}
If you would like to disable the automatic discovery of fans on your network, specify the following option. You will need to specify the IP address of your fans manually as shown above.
{
"platform": "ModernForms",
"autoDiscover": false
}
FAQs
Add Modern Forms fans to your Home app using Homebridge.
The npm package homebridge-modern-forms receives a total of 4 weekly downloads. As such, homebridge-modern-forms popularity was classified as not popular.
We found that homebridge-modern-forms 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’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.