Farm alarm #29

Merged
senaduka merged 10 commits from farm_alarm into master 2016-11-19 11:06:52 +01:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit ce71854ab1 - Show all commits

View File

@@ -0,0 +1,8 @@
package com.zoblak.farmalarm;
/**
* Created by senadu on 11/14/16.
*/
public class ZoblakClient {
}

View File

@@ -17,6 +17,10 @@ Meteor.publish("controller_state", function(controllerId) {
});
});
Meteor.publish("all_controller_states", function() {
return ControllerState.find({});
});
// This code only runs on the server
Meteor.publish("pictures", function(controllerId) {