Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-platform-wemo

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-platform-wemo - npm Package Compare versions

Comparing version 3.2.0-beta.2 to 3.2.0-beta.3

2

CHANGELOG.md

@@ -25,3 +25,3 @@ # Change Log

- Small changes to the startup logging
- Recommended node version bump to v14.17.2
- Recommended node version bump to v14.17.3

@@ -28,0 +28,0 @@ ### Removed

@@ -33,3 +33,3 @@ {

"discoveryInterval": {
"type": "number",
"type": "integer",
"title": "Refresh Interval",

@@ -102,3 +102,3 @@ "description": "An interval (in seconds) in which the plugin will initally find and continually check device connections. Must be 15 or more.",

"makerTimer": {
"type": "number",
"type": "integer",
"title": "Open/Close Time",

@@ -169,3 +169,3 @@ "description": "The time in seconds for how long it takes the garage door to open/close. Must be 1 or more.",

"wattDiff": {
"type": "number",
"type": "integer",
"title": "Limit Wattage Logging (by wattage)",

@@ -180,3 +180,3 @@ "description": "The plugin will not log device wattage if the difference from the previous value is less than this number. Must be 1 or more.",

"timeDiff": {
"type": "number",
"type": "integer",
"title": "Limit Wattage Logging (by time)",

@@ -258,3 +258,3 @@ "description": "The plugin will not log device wattage if the time difference (in seconds) from the previous value is less than this number. Must be 1 or more.",

"title": "Brightness Step",
"type": "number",
"type": "integer",
"description": "A minimum step for the brightness slider in the Home app. Must be 1 or more.",

@@ -269,3 +269,3 @@ "placeholder": 1,

"title": "Adaptive Lighting Shift",
"type": "number",
"type": "integer",
"description": "The mired for each Adaptive Lighting update will be increased by this value, making the light appear warmer. Set to -1 to remove Adaptive Lighting feature. Must be -1 or more.",

@@ -280,3 +280,3 @@ "placeholder": 0,

"title": "Transition Time",
"type": "number",
"type": "integer",
"description": "Transition time (in seconds?) for brightness and colour temperature changes. Applies to Wemo Bulb (not Dimmer). Must be 0 or more.",

@@ -290,3 +290,3 @@ "placeholder": 0,

"pollingInterval": {
"type": "number",
"type": "integer",
"title": "Polling Interval",

@@ -349,3 +349,3 @@ "description": "Newer models of the Wemo Dimmer may require polling (in seconds) for brightness updates. Must be 15 or more.",

"noMotionTimer": {
"type": "number",
"type": "integer",
"title": "No Motion Timer",

@@ -352,0 +352,0 @@ "description": "A timer (in seconds) for how long after motion is not detected that the state is changed.",

@@ -28,2 +28,8 @@ /* jshint -W014, -W033, esversion: 9 */

// Create a map of device services
if (!device.serviceList || !Array.isArray(device.serviceList.service)) {
if (this.debug) {
this.log.warn('[%s] %s.', this.name, this.lang.servicesNotArray)
}
return
}
device.serviceList.service.forEach(service => {

@@ -30,0 +36,0 @@ this.services[service.serviceType] = {

@@ -58,2 +58,3 @@ /* jshint -W014, -W033, esversion: 9 */

sdErr: 'could not request subdevices as',
servicesNotArray: 'provided service list is not of type array',
subError: 'subscription error, retrying in 2 seconds',

@@ -60,0 +61,0 @@ subInit: 'initial subscription for service',

{
"name": "homebridge-platform-wemo",
"alias": "BelkinWeMo",
"version": "3.2.0-beta.2",
"version": "3.2.0-beta.3",
"author": "bwp91",

@@ -21,3 +21,3 @@ "description": "Homebridge plugin to control Wemo devices.",

"homebridge": "^1.3.3",
"node": "^14.17.2 || ^16.4.1"
"node": "^14.17.3 || ^16.4.2"
},

@@ -24,0 +24,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc