@boozilla/homebridge-shome 1.0.9 → 1.0.10

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.
@@ -31,7 +31,8 @@
31
31
  "title": "Polling Interval (ms)",
32
32
  "type": "integer",
33
33
  "default": 3000,
34
- "description": "The interval in milliseconds to poll for device status updates. Set to 0 to disable."
34
+ "description": "The interval in milliseconds to poll for device status updates. Set to 0 to disable.",
35
+ "required": false
35
36
  }
36
37
  }
37
38
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boozilla/homebridge-shome",
3
3
  "displayName": "sHome Plugin",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "private": false,
6
6
  "description": "A Homebridge plugin for Samsung Smart Home",
7
7
  "author": "boozilla",