@switchbot/homebridge-switchbot
Advanced tools
Comparing version 3.6.1-beta.6 to 3.6.1-beta.7
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3029962
41427