homebridge-omlet 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/logo.png ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "homebridge-omlet",
3
+ "displayName": "Omlet Coop",
4
+ "version": "0.9.2",
5
+ "description": "The Homebridge Omlet Coop plugin allows for easy control of the Omlet Smart Automatic Chicken Coop Door through HomeKit. Control both the coop door and light with this plugin.",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [
11
+ "homebridge-plugin",
12
+ "omlet",
13
+ "chicken coop",
14
+ "autodoor",
15
+ "smart coop",
16
+ "homekit"
17
+ ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/cantcodewontcode/homebridge-omlet-coop.git"
21
+ },
22
+ "bugs": {
23
+ "url": "https://github.com/cantcodewontcode/homebridge-omlet-coop/issues"
24
+ },
25
+ "homepage": "https://github.com/cantcodewontcode/homebridge-omlet-coop#readme",
26
+ "engines": {
27
+ "node": ">=18.0.0",
28
+ "homebridge": ">=1.6.0"
29
+ },
30
+ "author": "Bill Spry",
31
+ "license": "Apache-2.0",
32
+ "private": false,
33
+ "dependencies": {
34
+ "@homebridge/plugin-ui-utils": "^2.2.0"
35
+ }
36
+ }