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