Package Exports
- matterbridge-mcd-147
- matterbridge-mcd-147/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-mcd-147) 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, a light with onOff-levelControl-colorControl, an outlet with onOff and a WindoweCovering device.
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).
See the guidelines on Matterbridge for more information.