New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-abode

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-abode - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

2

package.json
{
"name": "homebridge-abode",
"version": "0.1.2",
"version": "1.0.0",
"description": "Abode Plugin for homebridge",

@@ -5,0 +5,0 @@ "scripts": {

@@ -6,5 +6,5 @@ # homebridge-abode

1. Install homebridge using: `npm install -g homebridge`
2. Install this plugin using: `npm install -g hombridge-abode`
3. Update your configuration file. See `sample-config.json` in this repository for a sample.
```
npm i -g homebridge-abode
```

@@ -17,6 +17,18 @@ ## Configuration

"accessories": [
{
}
{
"accessory": "Garage",
"name": "The Garage",
"abode": {
"username": "",
"password": "",
}
}
]
```
## Abode API
I created and am using [abode-api](https://github.com/hbeckeri/abode-api) to control the alam to get the status of the door contact in my other library [homebridge-abode-garage](https://github.com/hbeckeri/homebridge-abode-garage).
You need to specify your abode login credentials in the configuration file.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc