Rebuilt types

master
Bryan 2023-11-18 08:55:17 -06:00
parent 05d7aad983
commit 2e0601a49a
2 changed files with 6921 additions and 6659 deletions

File diff suppressed because it is too large Load Diff

View File

@ -43,8 +43,15 @@ type SettingsOptions = {
wakeOnBTN3: boolean, wakeOnBTN3: boolean,
wakeOnFaceUp: boolean, wakeOnFaceUp: boolean,
wakeOnTouch: boolean, wakeOnTouch: 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,