homebridge-weatherlink-cloud 0.1.3 → 0.1.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.
Files changed (2) hide show
  1. package/config.schema.json +12 -0
  2. package/package.json +1 -1
@@ -36,6 +36,18 @@
36
36
  "type": "integer",
37
37
  "default": 15,
38
38
  "minimum": 1
39
+ },
40
+ "manufacturer": {
41
+ "title": "Manufacturer",
42
+ "description": "Shown in the Home app accessory tails. Defaults to Davis Instruments.",
43
+ "type": "string",
44
+ "default": "Davis Instruments"
45
+ },
46
+ "model": {
47
+ "title": "Model",
48
+ "description": "Shown in the Home app accessory details. Defaults to Vantage Vue.",
49
+ "type": "string",
50
+ "default": "Vantage Vue"
39
51
  }
40
52
  }
41
53
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-weatherlink-cloud",
3
3
  "displayName": "WeatherLink Cloud",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "description": "Exposes Davis WeatherLink (v2 cloud API) weather data to HomeKit via Homebridge.",
6
6
  "main": "index.js",
7
7
  "license": "MIT",