update
parent
cba83c1372
commit
bb9633b8e5
|
|
@ -97,12 +97,6 @@ type BangleOptions<Boolean = boolean> = {
|
|||
wakeOnTouch: Boolean;
|
||||
wakeOnDoubleTap: Boolean;
|
||||
wakeOnTwist: Boolean;
|
||||
unlockOnBTN1: Boolean;
|
||||
unlockOnBTN2: Boolean;
|
||||
unlockOnBTN3: Boolean;
|
||||
unlockOnFaceUp: Boolean;
|
||||
unlockOnTouch: Boolean;
|
||||
unlockOnTwist: Boolean;
|
||||
twistThreshold: number;
|
||||
twistMaxY: number;
|
||||
twistTimeout: number;
|
||||
|
|
@ -1310,17 +1304,6 @@ declare class Bangle {
|
|||
* This uses the accelerometer, not the touchscreen itself. default = `false`
|
||||
* * `wakeOnTwist` should the LCD turn on when the watch is twisted? default =
|
||||
* `true`
|
||||
* * `unlockOnBTN1` should the watch unlock when BTN1 is pressed? default = `true`
|
||||
* * `unlockOnBTN2` (Bangle.js 1) should the watch unlock when BTN2 is pressed?
|
||||
* default = `true`
|
||||
* * `unlockOnBTN3` (Bangle.js 1) should the watch unlock when BTN3 is pressed?
|
||||
* default = `true`
|
||||
* * `unlockOnFaceUp` should the watch unlock when the watch is turned face up?
|
||||
* default = `false`
|
||||
* * `unlockOnTouch` should the watch unlock when the touchscreen is pressed? default
|
||||
* = `false`
|
||||
* * `unlockOnTwist` should the watch unlock when the watch is twisted? default =
|
||||
* `true`
|
||||
* * `twistThreshold` How much acceleration to register a twist of the watch strap?
|
||||
* Can be negative for opposite direction. default = `800`
|
||||
* * `twistMaxY` Maximum acceleration in Y to trigger a twist (low Y means watch is
|
||||
|
|
|
|||
Loading…
Reference in New Issue