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

Add ExposedThing property observe, unobserve and event handler support #218

Merged
merged 12 commits into from
Jun 18, 2020

Commits on Apr 25, 2020

  1. Add property observe, unobserve and event handler support to ExposedT…

    …hing; fixes w3c#210 and w3c#211
    
    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    2b7e526 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    bd01844 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Update ExposedThing algorithms

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    9e1813d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Handle review comments

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    5023eb9 View commit details
    Browse the repository at this point in the history
  2. Consolidate the use of InteractionData in ExposedThing. Improve the a…

    …lgorithms and add notes.
    
    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    e7e1303 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Clarify the use of InteractionData vs 'any'. Add pictures.

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    09442c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Align handler names

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    cd21930 View commit details
    Browse the repository at this point in the history
  2. Introduce the InteractionInput type and InteractionOutput interface

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    fc5a4f7 View commit details
    Browse the repository at this point in the history
  3. Editorial: improve methods text on arguments

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    2c33abb View commit details
    Browse the repository at this point in the history
  4. Update figures to reflect function signatures better

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    7dd8175 View commit details
    Browse the repository at this point in the history
  5. Use DataSchemaValue to differentiate from TD DataSchema

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    13b1a24 View commit details
    Browse the repository at this point in the history
  6. Fix Web IDL and references for InteractionOptions fields

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    dd96ced View commit details
    Browse the repository at this point in the history