mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 10:40:13 +00:00
Remove comments.
This commit is contained in:
committed by
GitHub
parent
4332ab9682
commit
2bac294b89
4
types/johnny-five/index.d.ts
vendored
4
types/johnny-five/index.d.ts
vendored
@@ -510,10 +510,10 @@ export declare module Led {
|
||||
|
||||
on(): void;
|
||||
off(): void;
|
||||
color(value: string): void; // color method expects string.
|
||||
color(value: string): void;
|
||||
toggle(): void;
|
||||
strobe(ms: number): void;
|
||||
intensity(value: number): void; // intensity is the correct method here instead of brightness.
|
||||
intensity(value: number): void;
|
||||
fadeIn(ms: number): void;
|
||||
fadeOut(ms: number): void;
|
||||
pulse(ms: number): void;
|
||||
|
||||
Reference in New Issue
Block a user