Skip to content

Commit

Permalink
fix(dingz): small fixes to the code
Browse files Browse the repository at this point in the history
- remove spurious code
  • Loading branch information
johannrichard committed Nov 14, 2020
1 parent c390c57 commit 21d04bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dingzAccessory.ts
Expand Up @@ -94,8 +94,6 @@ export class DingzDaAccessory extends EventEmitter {
Brightness: 0 as number,
};

// Take stock of intervals to dispose at the end of the life of the Accessory
private serviceTimers: NodeJS.Timer[] = [];
private motionTimer?: NodeJS.Timer;
private dimmerTimers = {} as DimmerTimer;
private windowCoveringTimers = {} as WindowCoveringTimer;
Expand Down

0 comments on commit 21d04bb

Please sign in to comment.