Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
justjam2013 committed Dec 8, 2024
1 parent cd5314b commit 25e7566
Showing 1 changed file with 0 additions and 3 deletions.
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 25e7566

Please sign in to comment.