stuff
authorBernhard Tittelbach <xro@realraum.at>
Tue, 8 Oct 2013 23:55:15 +0000 (23:55 +0000)
committerBernhard Tittelbach <xro@realraum.at>
Tue, 8 Oct 2013 23:55:15 +0000 (23:55 +0000)
sensorvalues-to-json-zmq.py

index 6608086..aec3fef 100755 (executable)
@@ -48,7 +48,7 @@ class UWSConfig:
     self.config_parser.set('zmq','remote_uri',"tcp://wuzzler.realraum.at:4244")
     self.config_parser.set('zmq','sshtunnel',"realraum@wuzzler.realraum.at:22000")
     self.config_parser.set('zmq','sshkeyfile',"/home/guests/realraum.wirdorange.org/id_rsa")
-    self.config_parser.set('zmq','subscribe',"TempSensorUpdate IlluminationSensorUpdate DustSensorUpdate RelativeHumiditySensorUpdate MovementSensorUpdate PresenceUpdate")
+    self.config_parser.set('zmq','subscribe',"TempSensorUpdate IlluminationSensorUpdate DustSensorUpdate RelativeHumiditySensorUpdate MovementSensorUpdate")
     self.config_parser.add_section('debug')
     self.config_parser.set('debug','enabled',"False")
     self.config_mtime=0