Skip to content

Commit 1a38144

Browse files
committed
Update types
Signed-off-by: Florian Hotze <[email protected]>
1 parent 5cadb37 commit 1a38144

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

types/items/items.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

types/rules/operation-builder.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export type Item = {
3333
sendCommandIfDifferent(value: any): boolean;
3434
sendIncreaseCommand(value: any): boolean;
3535
sendDecreaseCommand(value: any): boolean;
36-
getToggleState(): "PAUSE" | "PLAY" | "OPEN" | "CLOSED" | "ON" | "OFF"; /** @private */
36+
getToggleState(): "PAUSE" | "PLAY" | "OPEN" | "CLOSED" | "ON" | "OFF";
3737
sendToggleCommand(): void;
3838
postToggleUpdate(): void;
3939
postUpdate(value: any): void;

types/rules/operation-builder.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

0 commit comments

Comments
 (0)