From 9cd742428a76f560a512ac67bfad0098739b0593 Mon Sep 17 00:00:00 2001 From: Deadolus <4662005+Deadolus@users.noreply.github.com> Date: Tue, 30 Nov 2021 07:21:38 +0100 Subject: [PATCH] Fixing Webcam/Microphone Sensor mixup in Readme The explanation to WebcamActive/MicrophoneActive was mixed up, fixed this. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62c6299..615650b 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ Here is a list of the most commonly used sensors with the full documentation [he |sensor|use| |---|---| |ActiveWindow|Exposes the currently selected window| -|WebcamActive|Exposes the microphone state| -|MicrophoneActive|Exposes the webcam state| +|WebcamActive|Exposes the webcam state| +|MicrophoneActive|Exposes the microphone state| ## Commands