Skip to content

Commit

Permalink
Typedoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaquu committed Jun 23, 2024
1 parent 4e746a9 commit 60d8dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib/controller/AdaptiveLightingController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export const enum AdaptiveLightingControllerMode {
export const enum AdaptiveLightingControllerEvents {
/**
* This event is called once a HomeKit controller enables Adaptive Lighting
* or a HomeHub sends a updated transition schedule for the next 24 hours.
* or a HomeHub sends an updated transition schedule for the next 24 hours.
* This is also called on startup when AdaptiveLighting was previously enabled.
*/
UPDATE = "update",
Expand All @@ -315,6 +315,7 @@ export const enum AdaptiveLightingControllerEvents {
}

/**
* @group Adaptive Lighting
* see {@link ActiveAdaptiveLightingTransition}.
*/
export interface AdaptiveLightingControllerUpdate {
Expand Down
1 change: 0 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"out": "docs",
"includes": "src",
"exclude": [
"src/**/*.spec.ts",
"src/test-utils/*"
Expand Down

0 comments on commit 60d8dd7

Please sign in to comment.