Skip to content

Instantly share code, notes, and snippets.

@MadMaxMcKinney
Created November 14, 2020 04:34
Show Gist options
  • Save MadMaxMcKinney/17ec0869f506d21c6be6da8e22131a0d to your computer and use it in GitHub Desktop.
Save MadMaxMcKinney/17ec0869f506d21c6be6da8e22131a0d to your computer and use it in GitHub Desktop.
# Feed needs to match your feed name. This feed represents the current True or False status of being in a meeting. AKA being busy or not.
meetingFeed = matrixportal.get_io_feed("meeting-status.inmeeting")
meetingValue = meetingFeed['last_value']
# Feed needs to match your feed name. This feed represents the current True or False status of having the display off or on.
isDimmedFeed = matrixportal.get_io_feed("meeting-status.isdimmed")
isDimmedValue = isDimmedFeed['last_value']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment