
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
homebridge-asus-router
Advanced tools
This homebridge plugin exposes a web-based locking device to Apple's HomeKit. Using simple HTTP requests, the plugin allows you to lock/unlock the device. Please look at homebridge-web-lock if you want a plugin that allows for real-time status updates.
Find script samples for the lock in the examples folder.
npm install -g homebridge-http-lock-mechanism
config.json
file"accessories": [
{
"accessory": "HTTPLock",
"name": "Lock",
"apiroute": "http://myurl.com"
}
]
Key | Description | Default |
---|---|---|
accessory | Must be HTTPLock | N/A |
name | Name to appear in the Home app | N/A |
apiroute | Root URL of your device | N/A |
Key | Description | Default |
---|---|---|
autoLock | Whether your lock should re-lock after being opened | false |
autoLockDelay | Time (in seconds) until your lock will auto lock if enabled | 10 |
pollInterval | Time (in seconds) between device polls (if polling is enabled) | 120 |
Key | Description | Default |
---|---|---|
timeout | Time (in milliseconds) until the accessory will be marked as Not Responding if it is unreachable | 3000 |
http_method | HTTP method used to communicate with the device | GET |
username | Username if HTTP authentication is enabled | N/A |
password | Password if HTTP authentication is enabled | N/A |
model | Appears under the Model field for the accessory | plugin |
serial | Appears under the Serial field for the accessory | apiroute |
manufacturer | Appears under the Manufacturer field for the accessory | author |
firmware | Appears under the Firmware field for the accessory | version |
Your API should be able to:
/status
:{
"currentState": INT_VALUE
}
/setState?value=INT_VALUE
State | Description |
---|---|
0 | Open |
1 | Closed |
FAQs
Homebridge plugin for asus router
We found that homebridge-asus-router 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.