diff service/reasoning/sse_collector.py @ 1108:8caf62030955

reasoning uses sse_collector Ignore-this: 5b3787bd354b9bc82968c76ba262b725 darcs-hash:5ab617abe4bdfcdc8ad94e4272beb2cf548bb896
author drewp <drewp@bigasterisk.com>
date Mon, 29 Aug 2016 00:27:46 -0700
parents e68f6e5712c6
children 6aad04b34231
line wrap: on
line diff
--- a/service/reasoning/sse_collector.py	Sun Aug 28 23:43:03 2016 -0700
+++ b/service/reasoning/sse_collector.py	Mon Aug 29 00:27:46 2016 -0700
@@ -12,8 +12,26 @@
     'streams': [
         {'id': 'home',
          'sources': [
-             #'http://bang:9059/graph/events',
-             'http://plus:9075/graph/events',     
+# should be from :reasoning :source ?s
+'http://garage:9059/graph/events', # "garage pi"
+'http://kitchen:9059/graph/events', # "kitchen pi"
+'http://living:9059/graph/events', # "living room pi"
+'http://slash:9059/graph/events', # "slash arduino"
+'http://bed:9059/graph/events', # "bed pi"
+'http://brace6:9059/graph/events', # "brace arduino"
+'http://changing:9059/graph/events', # "changing pi"
+'http://bang:9075/graph/events', # "env"
+'http://bang:9070/graph/events', # "wifi usage"
+'http://bang:9099/graph/events', # "trails"
+'http://dash:9095/graph/events', # "dash monitor"
+'http://dash:9107/graph/events', # "dash x idle"
+'http://brace6:9095/graph/events', # "brace monitor"
+'http://brace6:9107/graph/events', # "brace x idle"
+'http://slash:9095/graph/events', # "slash monitor"
+'http://slash:9107/graph/events', # "slash x idle" 
+
+
+
          ]
      },
     ]