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

@switchbot/homebridge-switchbot

Package Overview
Dependencies
Maintainers
0
Versions
924
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 3.6.1-beta.6 to 3.6.1-beta.7

2

dist/device/humidifier.js

@@ -153,3 +153,3 @@ /* Copyright(C) 2021-2024, donavanbecker (https://github.com/donavanbecker). All rights reserved.

// Current Relative Humidity
this.HumidifierDehumidifier.CurrentRelativeHumidity = validHumidity(this.serviceData.percentage);
this.HumidifierDehumidifier.CurrentRelativeHumidity = validHumidity(this.serviceData.humidity);
await this.debugLog(`CurrentRelativeHumidity: ${this.HumidifierDehumidifier.CurrentRelativeHumidity}`);

@@ -156,0 +156,0 @@ // Target Humidifier Dehumidifier State

@@ -267,2 +267,3 @@ import type { MacAddress } from 'homebridge';

percentage: number;
humidity: number;
};

@@ -269,0 +270,0 @@ export type robotVacuumCleanerServiceData = serviceData & {

{
"displayName": "SwitchBot",
"name": "@switchbot/homebridge-switchbot",
"version": "3.6.1-beta.6",
"version": "3.6.1-beta.7",
"description": "The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.",

@@ -88,10 +88,10 @@ "author": {

"optionalDependencies": {
"node-switchbot": "2.2.0"
"node-switchbot": "2.2.1-beta.1"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@eslint/js": "^9.7.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.10",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"globals": "^15.8.0",

@@ -102,7 +102,7 @@ "homebridge": "^1.8.4-beta.21",

"npm-check-updates": "^16.14.20",
"rimraf": "^6.0.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0-alpha.41"
"typescript-eslint": "^8.0.0-alpha.42"
}
}

@@ -200,3 +200,3 @@ /* Copyright(C) 2021-2024, donavanbecker (https://github.com/donavanbecker). All rights reserved.

// Current Relative Humidity
this.HumidifierDehumidifier.CurrentRelativeHumidity = validHumidity(this.serviceData.percentage);
this.HumidifierDehumidifier.CurrentRelativeHumidity = validHumidity(this.serviceData.humidity);
await this.debugLog(`CurrentRelativeHumidity: ${this.HumidifierDehumidifier.CurrentRelativeHumidity}`);

@@ -203,0 +203,0 @@

@@ -294,2 +294,3 @@ /* Copyright(C) 2017-2024, donavanbecker (https://github.com/donavanbecker). All rights reserved.

percentage: number;
humidity: number;
};

@@ -296,0 +297,0 @@

Sorry, the diff of this file is not supported yet

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