Fix for buzz type updated in previous commit
parent
908a41d523
commit
31fd2344a8
|
|
@ -140,7 +140,7 @@ declare const require: ((module: 'heatshrink') => {
|
||||||
|
|
||||||
declare const Bangle: {
|
declare const Bangle: {
|
||||||
// functions
|
// functions
|
||||||
buzz: (duration: number, intensity: number) => Promise<void>;
|
buzz: (duration?: number, intensity?: number) => Promise<void>;
|
||||||
drawWidgets: () => void;
|
drawWidgets: () => void;
|
||||||
isCharging: () => boolean;
|
isCharging: () => boolean;
|
||||||
// events
|
// events
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue