generated from homebridge/homebridge-plugin-camera-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: homebridge verification request
- Loading branch information
Showing
4 changed files
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"name": "homebridge-cgd-garage-door", | ||
"version": "1.1.0", | ||
"description": "A Homebridge plugin to control Centurion Garage Doors using the official Centurion Garage Door Smartphone App integration. This plugin allows you to open, close, and monitor the status of your Centurion Garage Door, control the Lock Mode, and turn the lights on and off.", | ||
"homepage": "https://github.com/KieraDOG/homebridge-cgd-garage-door", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -13,7 +14,7 @@ | |
}, | ||
"author": "Long Zhao <[email protected]>", | ||
"engines": { | ||
"node": "^21.0.0", | ||
"node": "^20.0.0", | ||
"homebridge": "^1.6.0" | ||
}, | ||
"main": "dist/index.js", | ||
|