Look into ESM table for device_id.

labels
junos 2021-12-15 20:18:12 +01:00
parent c03ee788f6
commit b29f902915
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
label,start_time,length,repeats_on,repeats_value
daily,03:59:59,23H 59M 59S,every_day,0
daily,04:00:00,23H 59M 59S,every_day,0

1 label start_time length repeats_on repeats_value
2 daily 03:59:59 04:00:00 23H 59M 59S every_day 0

View File

@ -27,7 +27,7 @@ rule prepare_participants_csv:
params:
data_configuration = config["PHONE_DATA_STREAMS"][config["PHONE_DATA_STREAMS"]["USE"]],
participants_table = "participants",
device_id_table = "light_sensor",
device_id_table = "esm",
start_end_date_table = "esm"
output:
participants_file = config["CREATE_PARTICIPANT_FILES"]["CSV_FILE_PATH"]