Package Exports
- matterbridge-example-dynamic-platform
- matterbridge-example-dynamic-platform/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (matterbridge-example-dynamic-platform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Matterbridge dynamic platform example plugin
Matterbridge dynamic platform example plugin is a template to develop your own plugin using the dynamic platform.
It exposes:
- a switch with onOff cluster
- a light with onOff-levelControl-colorControl clusters
- an outlet with onOff cluster
- a cover with windowCovering cluster
- a lock with doorLock cluster
- a thermo with thermostat cluster and 2 sub endpoints with flowMeasurement cluster and temperatureMeasurement cluster (to show how to create a composed device with sub enpoints)
All these devices continuously change state and position. The plugin also shows how to use all the command handlers (you can control all the devices) and how to subscribe to attributes.
See the guidelines on Matterbridge for more information.