From dd66c2e9f65567999a0c4d7254fcd97741153d56 Mon Sep 17 00:00:00 2001 From: Greg Stevenson Date: Wed, 16 Jun 2021 20:47:16 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 696a611..6786e53 100644 --- a/README.md +++ b/README.md @@ -163,13 +163,6 @@ This sensor returns the current session state. It has the following possible sta This sensor returns the volume of the currently playing audio. So if you're listening to music and you pause, this sensor will return 0 (or at least a very low value). -|State|Explanation| -|---|---| -|Locked|All user sessions are locked.| -|LoggedOff|No users are logged in.| -|InUse|A user is currently logged in.| -|Unknown|Something went wrong while getting the status.| - ### Dummy This sensor spits out a random number every second. Useful for testing, maybe you'll find some other use for it.