This page preserves prior versions of key pages to create an archive for the history of accessor development.
Specifications for Accessors
Older Accessor Host Pages
Host-Provided Libraries
Accessor authors need a set of libraries that they can use when writing accessors to interact devices and services.
- Top-Level JavaScript Functions: These function enable the accessor to get inputs and produce outputs. They also provide a small set of basic mechanisms that are commonly found in a JavaScript environment.
- Built-In JavaScript Modules: All accessor hosts are required to support all built-in modules. Modules conform with the CommonJS specification.
- Optional JavaScript Modules: More sophisticated capabilities that may or may not be supported by a particular accessor host. These modules must also conform with the CommonJS specification.
- Error Handling: Policies for handling errors.
See Also
Back to main accessors wiki