2465c5007def2c24290cc6b54ddcc9ae5b31f198
[motion.git] / server / config / triggers / voice.js
1 var _ = require('lodash');
2
3 function Voice() {
4   console.log('Trigger Voice Initialization...');
5 }
6
7 module.exports = Voice;