2020-04-29 17:44:31 +02:00
|
|
|
# Valid database table name
|
2020-06-04 01:42:12 +02:00
|
|
|
SENSORS: [messages, calls]
|
2020-04-29 17:44:31 +02:00
|
|
|
|
|
|
|
# Test Participant data to include in the unit testing
|
|
|
|
# You must create a file for each participant
|
|
|
|
# named pXXX containing their device_id
|
|
|
|
PIDS: [test01]
|
|
|
|
|
|
|
|
# Global var with common day segments
|
|
|
|
DAY_SEGMENTS: &day_segments
|
2020-06-04 01:42:12 +02:00
|
|
|
[daily, morning, afternoon, evening, night]
|
2020-04-29 17:44:31 +02:00
|
|
|
|
|
|
|
# Communication SMS features config, TYPES and FEATURES keys need to match
|
|
|
|
SMS:
|
|
|
|
TYPES : [received, sent]
|
|
|
|
FEATURES:
|
|
|
|
received: [count, distinctcontacts, timefirstsms, timelastsms, countmostfrequentcontact]
|
|
|
|
sent: [count, distinctcontacts, timefirstsms, timelastsms, countmostfrequentcontact]
|
|
|
|
DAY_SEGMENTS: *day_segments
|
2020-06-04 01:42:12 +02:00
|
|
|
|
|
|
|
# Communication call features config, TYPES and FEATURES keys need to match
|
|
|
|
CALLS:
|
|
|
|
TYPES: [missed, incoming, outgoing]
|
|
|
|
FEATURES:
|
|
|
|
missed: [count, distinctcontacts, timefirstcall, timelastcall, countmostfrequentcontact]
|
|
|
|
incoming: [count, distinctcontacts, meanduration, sumduration, minduration, maxduration, stdduration, modeduration, entropyduration, timefirstcall, timelastcall, countmostfrequentcontact]
|
|
|
|
outgoing: [count, distinctcontacts, meanduration, sumduration, minduration, maxduration, stdduration, modeduration, entropyduration, timefirstcall, timelastcall, countmostfrequentcontact]
|
|
|
|
DAY_SEGMENTS: *day_segments
|