#Kit-Name: ZigBee DA Support

#Install Device Access bundles
kitman.i "Device Access"

#Install ZigBee Core
kitman.i "ZigBee Core"

set mbs.bundles.base=../../../bundles/

#Install adapter bundles
fw.i -f -l com.prosyst.mbs.zigbee.da.items.api.jar
fw.i -f -l com.prosyst.mbs.zigbee.da.hdm.api.jar
fw.i -s -f com.prosyst.mbs.zigbee.da.items.provider.jar
fw.i -f com.prosyst.mbs.zigbee.da.hdm.adapter.jar

# Configure DI Provider to be the only mandatory provider.
config.update zigbee.hdm.adapter.pid {defaultDeviceClassProvidersList=[com.prosyst.mbs.zigbee.da.items.provider]}

fw.start com.prosyst.mbs.zigbee.da.hdm.adapter.jar
