* Call the "AddPlugin(module)" function, passing the module as a parameter, and declare $ as so:  
'''
let tmotion = require('t-motion-detector');

let $;
tmotion.AddPlugin(module);
'''
* Implement the PreAddPlugin function
* Implement the PostAddPlugin function
* Implement the PreRemovePlugin function
* Implement the PostRemovePlugin function


