Skip to content

Commit

Permalink
Merge pull request #52 from justjam2013/remove-debug-output
Browse files Browse the repository at this point in the history
Remove debug output
  • Loading branch information
justjam2013 authored Dec 8, 2024
2 parents cd5314b + 0e59cdd commit e180956
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "homebridge-virtual-accessories",
"displayName": "Virtual Accessories for Homebridge",
"type": "module",
"version": "1.2.0-beta.1",
"version": "1.2.0-beta.2",
"description": "Virtual accessories for Homebridge.",
"author": "justjam2013",
"license": "Apache-2.0",
Expand Down
3 changes: 0 additions & 3 deletions src/accessories/virtualAccessoryValve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ export class Valve extends Accessory {
this.service.updateCharacteristic(this.platform.Characteristic.InUse, (this.states.ValveInUse));
this.service.updateCharacteristic(this.platform.Characteristic.SetDuration, (this.accessoryConfiguration.valveDuration));

// eslint-disable-next-line max-len
this.platform.log.info(`[${this.accessoryConfiguration.accessoryName}] SetDuration: ${JSON.stringify(this.service.getCharacteristic(this.platform.Characteristic.SetDuration))}`);

// each service must implement at-minimum the "required characteristics" for the given service type
// see https://developers.homebridge.io/#/service/Lightbulb

Expand Down

0 comments on commit e180956

Please sign in to comment.