const updateMany = require('./updateMany')

/**
 * @namespace synapse.deviceAPI.functionality
 */

module.exports = {
  updateMany,
}