Skip to content

Commit

Permalink
fix: stateful flag for Central Scene CC (#6458)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 24, 2023
1 parent cc02f5b commit cccad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cc/src/cc/CentralSceneCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export const CentralSceneCCValues = Object.freeze({
(sceneNumber: number) => ({
...ValueMetadata.ReadOnlyUInt8,
label: `Scene ${padStart(sceneNumber.toString(), 3, "0")}`,
stateful: false,
} as const),
{ stateful: false } as const,
),
}),
});
Expand Down

0 comments on commit cccad40

Please sign in to comment.