Skip to content

Commit

Permalink
fix(start): Correct typo in levels & add Samn-Perelli full text
Browse files Browse the repository at this point in the history
  • Loading branch information
CaedenPH committed Jul 6, 2024
1 parent 1f07a4f commit 6902625
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/routes/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,11 @@ private async confirmSleepData(sleepData: { [key: string]: any }): Promise<boole
public async displaySamnPerelliChecklist(): Promise<number> {
var level = 0;

this.createText(`S-PF Checklist`, this.app.screen.width * 0.5, this.app.screen.height * 0.1, 24, { wordWrap: true })
this.createText(`Samn-Perelli Fatigue Scale`, this.app.screen.width * 0.5, this.app.screen.height * 0.05, 20, { wordWrap: true })
this.createText(`S-PFS`, this.app.screen.width * 0.5, this.app.screen.height * 0.1, 24, { wordWrap: true })

const levels = [
"Full alert, wide awake",
"Fully alert, wide awake",
"Very lively, responsive, but not at peak",
"Okay, about normal",
"Less than sharp, let down",
Expand Down

0 comments on commit 6902625

Please sign in to comment.