mirror of https://github.com/espruino/BangleApps
Update some types
parent
d9908ee6a2
commit
88a785df7f
|
@ -140,7 +140,7 @@ declare const require: ((module: 'heatshrink') => {
|
|||
|
||||
declare const Bangle: {
|
||||
// functions
|
||||
buzz: () => void;
|
||||
buzz: (duration: number, intensity: number) => Promise<void>;
|
||||
drawWidgets: () => void;
|
||||
isCharging: () => boolean;
|
||||
// events
|
||||
|
|
Loading…
Reference in New Issue