Socket
Socket
Sign inDemoInstall

@switchbot/homebridge-switchbot

Package Overview
Dependencies
Maintainers
2
Versions
853
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@switchbot/homebridge-switchbot - npm Package Compare versions

Comparing version 0.0.2-beta.17 to 0.0.2-beta.18

2

dist/devices/meters.js

@@ -217,3 +217,3 @@ "use strict";

});
}, this.platform.config.options.refreshRate * 1000);
}, this.platform.config.options.refreshRate * 60000);
}

@@ -220,0 +220,0 @@ try {

{
"displayName": "Homebridge SwitchBot",
"name": "@switchbot/homebridge-switchbot",
"version": "0.0.2-beta.17",
"version": "0.0.2-beta.18",
"description": "The [Homebridge](https://homebridge.io) SwitchBot plugin allows you to access your [SwitchBot](https://www.switch-bot.com) device(s) from HomeKit.",

@@ -6,0 +6,0 @@ "author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)",

@@ -244,3 +244,3 @@ import { Service, PlatformAccessory, Units, CharacteristicValue, HAPStatus } from 'homebridge';

});
}, this.platform.config.options!.refreshRate! * 1000);
}, this.platform.config.options!.refreshRate! * 60000);
}

@@ -247,0 +247,0 @@ try {

Sorry, the diff of this file is not supported yet

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