Skip to content

Commit

Permalink
style(code): add issue references in fixme/todo
Browse files Browse the repository at this point in the history
  • Loading branch information
johannrichard committed Nov 17, 2020
1 parent 8077f36 commit 97264a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dingzAccessory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ export class DingzDaAccessory extends EventEmitter {
);

// Set min/max Values
// FIXME: #24 different modes with/without lamella exist
// FIXME: Implement different lamella/blind modes #24
service
.getCharacteristic(this.platform.Characteristic.TargetHorizontalTiltAngle)
.setProps({ minValue: 0, maxValue: 90 }) // dingz Maximum values
Expand Down Expand Up @@ -1119,7 +1119,7 @@ export class DingzDaAccessory extends EventEmitter {
}
}

// TODO: bigger refactoring
// FIXME: refactor dingz.updateAccessory #103
// Updates the Accessory (e.g. if the config has changed)
private async updateAccessory(): Promise<void> {
this.platform.log.info(
Expand Down

0 comments on commit 97264a2

Please sign in to comment.