New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-itho-daalderop

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-itho-daalderop - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

8

CHANGELOG.md

@@ -7,6 +7,14 @@ ### Changelog

#### [1.1.4](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/1.1.3...1.1.4)
- chore: remove target fan state code [`8b22d41`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/8b22d4160a286217167df195a44887a64533f8cf)
- fix: speed resetting when active state is already set [`5925ff5`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/5925ff5a2ce7d28852515eb15a6f8cbb47a746ea)
#### [1.1.3](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/1.1.2...1.1.3)
> 30 December 2022
- test: increase test coverage on fan accessory [`2a0f6ae`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/2a0f6ae69be722ecf7e97f7d3a2f7f4f93adb069)
- test: increase test coverage on fan accessory [`49f5940`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/49f5940fcaa029f0dd3df37cae43618078e5f959)
- chore: release v1.1.3 [`f510c02`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/f510c0290af0ff234d3f24cae972f743b296fb14)
- feat: use ReqFanspeed for non-cve devices [`d8e1a35`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/d8e1a35aacc37ecc87f4a9f882db8f7a10b4beb4)

@@ -13,0 +21,0 @@ - docs: update on actual mode 24 auto mode [`75a45a7`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/75a45a76d205ae6f112a00df7d063b066f4d6c81)

7

dist/fan-accessory.js

@@ -235,4 +235,9 @@ "use strict";

handleSetActive(value) {
const currentActiveValue = this.service.getCharacteristic(this.platform.Characteristic.Active).value;
const activeName = this.getActiveName(value);
this.log.info(`Setting Active to ${value} (${activeName})`);
if (currentActiveValue === value) {
this.log.debug(`Active: Already set to ${activeName}. Ignoring.`);
return;
}
this.log.info(`Active: Setting to: ${value} (was: ${currentActiveValue})`);
const activate = value === this.platform.Characteristic.Active.ACTIVE;

@@ -239,0 +244,0 @@ const speedValue = activate ? settings_1.ACTIVE_SPEED_THRESHOLD : 0;

2

dist/version.d.ts

@@ -1,2 +0,2 @@

export declare const PLUGIN_VERSION = "1.1.3";
export declare const PLUGIN_VERSION = "1.1.4";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PLUGIN_VERSION = void 0;
exports.PLUGIN_VERSION = "1.1.3";
exports.PLUGIN_VERSION = "1.1.4";
//# sourceMappingURL=version.js.map
{
"displayName": "Homebridge Itho Daalderop",
"name": "homebridge-itho-daalderop",
"version": "1.1.3",
"version": "1.1.4",
"description": "This Homebridge plugin exposes your Itho Daalderop mechanical fan unit to Apple HomeKit by using the WiFi Add-on module. So you can use the Home App to control your fan units and integrate into your Home Automations.",

@@ -6,0 +6,0 @@ "license": "MIT",

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