Skip to content

Commit

Permalink
Update colorbulb.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Dec 13, 2024
1 parent bf3b145 commit 2f24b15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/device/colorbulb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export class ColorBulb extends deviceBase {
}).onGet(() => {
return this.LightBulb.Saturation
}).onSet(this.SaturationSet.bind(this))


if (this.adaptiveLighting && this.adaptiveLightingShift === -1 && this.LightBulb) {
accessory.removeService(this.LightBulb.Service)
Expand All @@ -140,7 +139,6 @@ export class ColorBulb extends deviceBase {
this.debugLog(`adaptiveLighting: ${accessory.context.adaptiveLighting}`)
}


// Retrieve initial values and updateHomekit
try {
this.debugLog('Retrieve initial values and update Homekit')
Expand Down

0 comments on commit 2f24b15

Please sign in to comment.