Better door tracking
* Send event info with door run time & door tag * Only if >= 45s * Only log minutes if >= 1 * No timer required; track only @ door exit time
This commit is contained in:
@@ -14,7 +14,8 @@ module.exports = {
|
||||
DlFileBytes : 'dl_file_bytes', // value=total bytes
|
||||
PostMessage : 'post_msg', // value=areaTag
|
||||
SendMail : 'send_mail',
|
||||
RunDoor : 'run_door',
|
||||
RunDoor : 'run_door', // value=doorTag|unknown
|
||||
RunDoorMinutes : 'run_door_minutes', // value=minutes ran
|
||||
SendNodeMsg : 'send_node_msg', // value=global|direct
|
||||
AchievementEarned : 'achievement_earned', // value=achievementTag
|
||||
AchievementPointsEarned : 'achievement_pts_earned', // value=points earned
|
||||
|
||||
Reference in New Issue
Block a user