36 lines
1.6 KiB
YAML
36 lines
1.6 KiB
YAML
# Valid database table name
|
|
SENSORS: [messages, calls, screen]
|
|
#SENSORS: [calls]
|
|
|
|
# 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, test02]
|
|
|
|
# Global var with common day segments
|
|
DAY_SEGMENTS: &day_segments
|
|
[daily, morning, afternoon, evening, night]
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
SCREEN:
|
|
DAY_SEGMENTS: *day_segments
|
|
REFERENCE_HOUR_FIRST_USE: 0
|
|
FEATURES_DELTAS: ["countepisode", "episodepersensedminutes", "sumduration", "maxduration", "minduration", "avgduration", "stdduration", "firstuseafter"]
|
|
EPISODE_TYPES: ["unlock"]
|