Demo Kitman script name |
Bundle name |
Description |
|---|---|---|
Zigbee Basic Demo |
com.prosyst.mbs.zigbee.basic-demo |
The Zigbee Basic Demo shows how to use the basic services and classes provided by the ZigBee Package. |
Zigbee Custom Profile Demo |
com.prosyst.mbs.zigbee.custom.profile.zcl.metadata-demo com.prosyst.mbs.zigbee.custom.profile.simulator-demo com.prosyst.mbs.zigbee.custom.profile.dco.provider-demo |
The Zigbee Custom Profile Demo shows how a proprietary ZCL profile can be integrated into the Zigbee package. The demo consists of three bundles: custom.profile.dco.provider: contains the implementation of the functional items mapped to the device clusters custom.profile.simulator: contains simulated devices carrying manufacturer-specific extensions custom.profile.zcl.metadata: contains the xml descriptions of the clusters |
Zigbee Device Provider Demo |
com.prosyst.mbs.zigbee.dco.provider-demo |
The Zigbee Device Provider Demo demonstrates how to implement a Device Class Provider and register it as an OSGi Service. Functional Items implementations are plugged into the Zigbee HDM Adapter by the help of Device Class Providers. The demo contains a simple implementation of a Switch functional item. |
Zigbee Home Device Customizer Demo |
com.prosyst.mbs.zigbee.hdm.customizer-demo com.prosyst.mbs.zigbee.hdm.customizer.helper-demo |
The Zigbee Home Device Customizer Demo demonstrates the functionality of the ZigBeeHomeDeviceCustomizer interface. It allows modification of Zigbee HDM device properties or to handle events on different stages of its registration into HDM. |