;examples:self-tracking: add missing files

This commit is contained in:
Simon Michael 2023-06-27 18:55:08 -10:00
parent eda114d56a
commit 6a629289c9
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,8 @@
2023-06-27|06:40|Wakeup
2023-06-27|06:40|Last_night_sleep_time|07h21
2023-06-27|06:40|Last_night_sleep_interruptions|1
2023-06-27|06:40|Yesterdays_Steps|11898
2023-06-27|08:49|Temperature|24.8
2023-06-27|08:49|Humidity|40%
2023-06-27|09:21|Take_Iron?|No
2023-06-27|09:21|Take_VitaminD3?|No
1 2023-06-27|06:40|Wakeup
2 2023-06-27|06:40|Last_night_sleep_time|07h21
3 2023-06-27|06:40|Last_night_sleep_interruptions|1
4 2023-06-27|06:40|Yesterdays_Steps|11898
5 2023-06-27|08:49|Temperature|24.8
6 2023-06-27|08:49|Humidity|40%
7 2023-06-27|09:21|Take_Iron?|No
8 2023-06-27|09:21|Take_VitaminD3?|No

View File

@ -0,0 +1,35 @@
separator |
fields date, time, description, value
comment time:%time, value:%value
account1 (events)
amount1 1 events
if %value ^[0-9]+$
amount1 %value events
if steps
amount1 %value steps
if %value no
amount1 0 events
if %value yes
amount1 1 events
if
wake
sleep
account1 (body:sleep)
if
steps
account1 (body:exercise)
if
iron
vitamin
account1 (body:supplements)
if
pizza
account1 (food)
amount1 200 cal

View File

@ -0,0 +1,8 @@
2023-06-27 06:40 Wakeup
2023-06-27 06:40 Last_night_sleep_time: 07h21
2023-06-27 06:40 Last_night_sleep_interruptions: 1
2023-06-27 06:40 Yesterdays_Steps: 11898
2023-06-27 08:49 Temperature: 24.8
2023-06-27 08:49 Humidity: 40%
2023-06-27 09:21 Take_Iron? No
2023-06-27 09:21 Take_VitaminD3? No