Socket
Socket
Sign inDemoInstall

homebridge-cool-automation

Package Overview
Dependencies
11
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

6

coolAutomation/unified.js

@@ -82,2 +82,4 @@ function fanSpeedToHK(value, fanSpeeds) {

capabilities.ALL = settings
if (platform.coolMode !== false)

@@ -107,3 +109,3 @@ capabilities.COOL = settings

currentTemperature: state.tunit === 'C' ? state.rt : toCelsius(state.rt),
fanSpeed: state.fspeed ? fanSpeedToHK(state.fspeed, device.capabilities[state.mode].fanSpeeds) : 0
fanSpeed: state.fspeed ? fanSpeedToHK(state.fspeed, device.capabilities.ALL.fanSpeeds) : 0
}

@@ -117,5 +119,5 @@ },

st: state.targetTemperature,
fspeed: state.fanSpeed ? HKToFanSpeed(state.fanSpeed, device.capabilities[state.mode].fanSpeeds): 'AUTO'
fspeed: state.fanSpeed ? HKToFanSpeed(state.fanSpeed, device.capabilities.ALL.fanSpeeds): 'AUTO'
}
}
}
{
"name": "homebridge-cool-automation",
"description": "Homebridge plugin for Cool Automation - HVAC Systems Controller",
"version": "0.0.4",
"version": "0.0.5",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc