homebridge-aqara-ir-controller 1.0.2 → 1.0.4
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/config.schema.json +6 -0
- package/package.json +5 -2
package/config.schema.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Homebridge Aqara IR Controller",
|
|
3
3
|
"name": "homebridge-aqara-ir-controller",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "A simple plugin that exposes Aqara Ir AC control as a Thermostat",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/Vaxter/Homebridge-Aqara-IR-Controller",
|
|
@@ -25,7 +25,10 @@
|
|
|
25
25
|
"watch": "npm run build && npm link && nodemon"
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|
|
28
|
-
"homebridge-plugin"
|
|
28
|
+
"homebridge-plugin",
|
|
29
|
+
"aqara",
|
|
30
|
+
"ir",
|
|
31
|
+
"ac"
|
|
29
32
|
],
|
|
30
33
|
"dependencies": {
|
|
31
34
|
"@homebridge/plugin-ui-utils": "^2.0.0",
|