homebridge-aqara-ir-controller 1.0.3 → 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.
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "pluginAlias": "AqaraIrController",
3
3
  "pluginType": "platform",
4
- "name": "AqaraIrController",
5
4
  "headerDisplay": "This plugin is currently experimental and under development.",
6
5
  "footerDisplay": "For help please see the [homepage](https://github.com/vaxter/homebridge-aqara-ir-controller)",
7
6
  "singular": true,
@@ -10,6 +9,12 @@
10
9
  "schema": {
11
10
  "type": "object",
12
11
  "properties": {
12
+ "name": {
13
+ "title": "Name",
14
+ "type": "string",
15
+ "required": true,
16
+ "default": "AqaraIrController"
17
+ },
13
18
  "region": {
14
19
  "title": "API server region",
15
20
  "type": "string",
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.3",
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",