added publication
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user