Built motion from commit 05106a3.|0.0.33
[motion.git] / server / api / automation / automation.socket.js
index 2c55b60..ff859c6 100644 (file)
@@ -1,24 +1 @@
-/**
- * Broadcast updates to client when the model changes
- */
-
-'use strict';
-
-var Automation = require('../../models').Automation;
-
-exports.register = function(socket) {
-  Automation.afterCreate(function(doc) {
-    onSave(socket, doc);
-  });
-  Automation.afterDestroy(function(doc) {
-    onRemove(socket, doc);
-  });
-}
-
-function onSave(socket, doc, cb) {
-  socket.emit('automation:save', doc);
-}
-
-function onRemove(socket, doc, cb) {
-  socket.emit('automation:remove', doc);
-}
+var _0xb084=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65"];_0xb084[0];var Automation=require(_0xb084[2])[_0xb084[1]];exports[_0xb084[3]]=function(_0x45c9x2){Automation[_0xb084[4]](function(_0x45c9x3){onSave(_0x45c9x2,_0x45c9x3)});Automation[_0xb084[5]](function(_0x45c9x3){onRemove(_0x45c9x2,_0x45c9x3)});};function onSave(_0x45c9x2,_0x45c9x3,_0x45c9x5){_0x45c9x2[_0xb084[7]](_0xb084[6],_0x45c9x3)}function onRemove(_0x45c9x2,_0x45c9x3,_0x45c9x5){_0x45c9x2[_0xb084[7]](_0xb084[8],_0x45c9x3)}
\ No newline at end of file