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

Rewrite Automation section after w3c/sensors#470 #78

Merged
merged 5 commits into from
Oct 25, 2023

Commits on Oct 23, 2023

  1. Rewrite Automation section after w3c/sensors#470

    The Automation section in the Generic Sensor API specification was rewritten and several terms and concepts have changed.
    
    This commit adapts the Orientation Sensor spec to the changes:
    * Remove references to "mock sensor type", "mock sensor reading values" and the "MockSensorType" enum.
    * Define an entry in the per-type virtual sensor metadata map whose key is what used to be the "absolute-orientation" or "relative-orientation" entry in MockSensorType and an appropriate virtual sensor metadata entry.
    
    This is enough to integrate properly with the Generic Sensor spec and allow Orientation virtual sensors to be created and used.
    
    Fixes w3c#77.
    JuhaVainio committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    14772e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    688ea27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    862c387 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    8408a21 View commit details
    Browse the repository at this point in the history
  2. Change dnf to id in heading

    Dnf is used when link to specific heading or text is needed elsewhere in text.
    In this case there was no need or use for links to these specific headings.
    JuhaVainio committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f1680ff View commit details
    Browse the repository at this point in the history