charts are up
This commit is contained in:
@@ -4,6 +4,7 @@ if (Meteor.isServer) {
|
||||
SyncedCron.start();
|
||||
|
||||
Meteor.zoblak.server.on_all_controllers(function(controller_id) {
|
||||
if(!controller_id) { return; }; // protects from null controller_id
|
||||
var jobName = "automatic_alarm_" + controller_id;
|
||||
|
||||
SyncedCron.remove(jobName);
|
||||
|
||||
Reference in New Issue
Block a user