Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.