#Kit-Name: Z-Wave DA Support

#call the hdm.txt script
kitman.i "Device Access"

#call the zvave.txt script
kitman.i "Z-Wave"

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

#install adapter and DCs api bundles
fw.i -f com.prosyst.mbs.zwave.da.hdm.adapter.api.jar
fw.i -f com.prosyst.mbs.zwave.da.items.api.jar

#install all FIM-compliant DC bundles
fw.i -f -s com.prosyst.mbs.zwave.da.items.provider.jar
fw.i -f -s com.prosyst.mbs.zwave.da.items.provider.custom.jar

#install all system dc provider fragments
fw.i -f com.prosyst.mbs.zwave.da.items.provider.system.jar
fw.resolve com.prosyst.mbs.zwave.da.items.provider.system.jar

#install the HDM adapter
fw.i -f -s com.prosyst.mbs.zwave.da.hdm.adapter.jar
