From 62aeaec735d973d4dbc762b170138ffb6f8bfc00 Mon Sep 17 00:00:00 2001 From: Danny de Vries Date: Sun, 22 Dec 2024 21:56:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 015887e..97902cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!NOTE] -> This solution only works for the new version of Microsoft Teams. +> This solution only works for the new version of Microsoft Teams. You may want to consider ([Get-MonitorStatus](https://github.com/EBOOZ/Get-MonitorStatus)) in combination with this script as well. # Introduction We're working a lot at our home office these days. Several people already found solutions to make working in the home office more comfortable. One of these ways is to automate activities in your home automatation system based on your status on Microsoft Teams. @@ -46,4 +46,4 @@ Start-Process -FilePath .\nssm.exe -ArgumentList 'install "Microsoft Teams Statu Start-Service -Name "Microsoft Teams Status Monitor" ``` -After completing the steps below, start your Teams client and verify if the status and activity is updated as expected. \ No newline at end of file +After completing the steps below, start your Teams client and verify if the status and activity is updated as expected.