-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMS_Teams_Settings.ini
41 lines (38 loc) · 1.12 KB
/
MS_Teams_Settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[Version]
# flag for old or new Teams. Can be identified by looking in which folder it is installed.
newTeams = True
logfolder_new = %%localappdata%%\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\Logs
logfolder_old = %%APPDATA%%\Microsoft\Teams\logs.txt
[TeamsSettings]
#defines value to search for in the log file. script searches for: <SearchValue>: <status>, [...]
SearchValue = availability
[StateSettings]
# key = name in log file. value = name for arduino
Available = Available
Busy = Busy
InAMeeting = InAMeeting
OnThePhone = OnThePhone
DoNotDisturb = DoNotDisturb
BeRightBack = BeRightBack
Presenting = Presenting
Away = Away
Offline = Offline
Unknown = Unknown
NewActivity = NewActivity
ConnectionError = ConnectionError
NoNetwork = NoNetwork
Initialize = Initialize
Outdated = Outdated
IncomingCall = IncomingCall
Focusing = Focusing
NotInACall = NotInACall
InACall = InACall
PresenceUnknown = PresenceUnknown
[DebugSettings]
# True or False. Enables/Disables COM Port search
enabled = False
Logginglevel = DEBUG
log_file_path = .\logs\MS-Teams-Busy-Light.log
max_size_mb = 5
backup_count = 5
rotate_interval_hours = 3