Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix moonlight mode detection #119

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Fix moonlight mode detection #119

merged 1 commit into from
Dec 15, 2023

Commits on Nov 26, 2023

  1. Fix moonlight mode detection

    As reported in #118 there is no value in the `support` array or
    attribute in the initial advertisement that allows for dynamically
    detecting if a device supports moonlight mode.
    
    To work around this limitation we try to proactively send a `get_prop`
    request for `active_mode` and will initialize the feature accordingly.
    
    Fixes #118.
    vieira committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    cc6284e View commit details
    Browse the repository at this point in the history