Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Each component can access one and only one controlled device.
  • Characteristics are static variables in the component. They can be read by the controller, but can be set only by the component, depending on context. They are monitoring points.
  • Properties are variables set by the controller. They are control points.
  • Getters for characteristics are synchronous.
  • It is recommended to implement asynchronous accessors to properties, but not mandatory.

...