Martin Boonk
ed42b0eb41
sleeplog - Fix translation messing with back menu items
2024-04-20 08:34:45 +02:00
Anton
34a9d86f20
Fix lint warnings
2024-04-01 17:27:15 +02:00
Ishidres
b2a84970f5
Don't replace 19.5 with null
2024-03-22 18:05:42 +01:00
Ishidres
cc259783cd
wearTemp is 19.5 by default
2024-03-22 17:59:09 +01:00
Ishidres
fed3ef9314
Disable temperature wear detection by default
2024-03-22 16:53:15 +01:00
Ishidres
50afb26b8d
Change condition check to !== null
2024-03-22 16:39:35 +01:00
Ishidres
e5a76b0825
Remove duplicate format key
2024-03-22 16:37:04 +01:00
Ishidres
d9aee1a121
Update README.md
2024-03-22 16:32:49 +01:00
Ishidres
565fb15255
Remove temperature wear check and update wear temperature setting
2024-03-22 16:21:52 +01:00
Ishidres
efae29ce35
Undo accidental indent
2024-03-22 13:22:31 +01:00
Ishidres
7cc67ceb27
Add missing else part
2024-03-22 13:02:25 +01:00
Ishidres
177ad56392
Refactor to combine checkIsWearing() and isWornByTemp()
2024-03-21 20:58:08 +01:00
Ishidres
245b78e292
Refactor
2024-03-20 14:52:25 +01:00
Ishidres
b02d730a6f
set default wear temperature to 29°C
2024-03-20 14:16:59 +01:00
Ishidres
c293b8cfc3
Update boot.js
2024-03-15 10:47:43 +01:00
Ishidres
4491b65415
Aktualisieren von settings.js
2024-03-12 23:52:44 +01:00
Ishidres
9220c720a4
Fix typo
2024-03-11 18:24:56 +01:00
Ishidres
7325cc4d3a
Add check for wearing status and set status accordingly
2024-03-11 18:17:00 +01:00
Ishidres
c046fcd182
Add wear temperature setting
2024-03-11 18:15:02 +01:00
Ishidres
ff92b515b6
Fix comparison operator in isNotWorn function
2024-03-11 18:14:08 +01:00
Ishidres
c4a25b6be1
Determine if worn based on temperature threshold
2024-03-11 18:10:13 +01:00
Ishidres
853d8eeef3
Add comments about sleep status, fix typo
2024-03-08 00:08:48 +01:00
Rob Pilling
0d5c39a183
sleeplog: only write log if we have something to write
2024-03-02 16:23:26 +00:00
Gordon Williams
ba7a2f7996
Issue newline before GB commands (solves issue with console.log and ignored commands)
2023-06-19 19:19:32 +01:00
Scharf
d00cb89dea
[sleeplog] Correct deleteBefore function ... last
2023-04-05 23:13:34 +02:00
Scharf
ce1c8b8ae8
Revert "[sleeplog] Add feedback to deleteBefore function 4"
...
This reverts commit 19e0f52886
.
2023-04-05 22:50:37 +02:00
Scharf
71ff4d09fd
Revert "[sleeplog] Add feedback to deleteBefore function 5"
...
This reverts commit 7377da70ef
.
2023-04-05 22:50:27 +02:00
Scharf
7377da70ef
[sleeplog] Add feedback to deleteBefore function 5
2023-04-05 22:44:47 +02:00
Scharf
19e0f52886
[sleeplog] Add feedback to deleteBefore function 4
2023-04-05 22:40:47 +02:00
Scharf
72aee51f1a
[sleeplog] Add feedback to deleteBefore function 3
2023-04-05 22:34:28 +02:00
Scharf
a2ce5af0d3
[sleeplog] Add feedback to deleteBefore function 2
2023-04-05 19:15:27 +02:00
Scharf
644af8d792
[sleeplog] Add feedback to deleteBefore function
2023-04-05 19:03:12 +02:00
Scharf
4a6cdacec3
[sleeplog] Correct deleteBefore function 8
2023-04-05 18:29:06 +02:00
Scharf
b59867ae73
[sleeplog] Correct deleteBefore function 7
2023-04-05 18:11:25 +02:00
Scharf
bdf2af9785
[sleeplog] Correct deleteBefore function 6
2023-04-05 18:07:36 +02:00
Scharf
f03bd7fc5b
[sleeplog] Correct deleteBefore function 5
2023-04-05 18:02:34 +02:00
Scharf
983878647a
[sleeplog] Correct deleteBefore function 4
2023-04-05 17:52:59 +02:00
Scharf
1b467cfa99
[sleeplog] Correct deleteBefore function 3
2023-04-05 17:40:14 +02:00
Scharf
4b41d30987
[sleeplog] Correct deleteBefore function 2
2023-04-05 17:29:25 +02:00
Scharf
7740ab87c2
[sleeplog] Correct deleteBefore function
2023-04-05 17:03:37 +02:00
Scharf
00a9db1bf0
[sleeplog] Improving triggers and web interface
...
to 0.13:
- Prevent to stay in consecutive sleep if not worn.
- Correct calling triggers where last time is earlier then first time.
- Add the trigger object itself as argument to the fn function to be able to store data or functions inside the trigger object.
to 0.14:
improvements initiated by #2677
- Add a option to delete all logfiles before a specific date from the watch
- Correct regex file search from `\d\d\d\d` / `\d{4}` to `\d+`
2023-04-05 16:47:09 +02:00
storm64
9c42820dd1
[sleeplog] Correct typos found by @thyttan
2022-11-28 22:08:11 +01:00
storm64
4f78515a71
[sleeplog] Reorder in README.md
2022-11-28 21:21:36 +01:00
storm64
30abb6706b
[sleeplog] Improve README, remove convertOldLog
2022-11-24 23:56:16 +01:00
storm64
361efb6c25
[sleeplog] Add more details to README.md
2022-11-17 18:12:59 +01:00
storm64
855a2c4263
[sleeplog] Switch unchanged data behav. in trigger
2022-11-17 10:26:52 +01:00
storm64
dfe57c0e77
[sleeplog] Correct generation of time in trigger
2022-11-17 10:04:57 +01:00
storm64
528716322a
[sleeplog] Correct fn call for trigger
2022-11-17 09:26:51 +01:00
storm64
abb719319f
[sleeplog] Correct time as date for trigger
2022-11-17 08:36:22 +01:00
storm64
a2fd46e35c
[sleeplog] Correct calculation of time in trigger
2022-11-16 23:26:23 +01:00