X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=sensorvalues-to-json-zmq.py;h=aec3fef43dc5aada69724fecaab2f5faa657fbcf;hp=6608086d29b48cbe209ad824b0c9c221940a63e0;hb=5722f9008b5b385bc7fa0cbcad5e8fcae565b78b;hpb=911130b0471d8e4e77e398dd0442ca098885aed0 diff --git a/sensorvalues-to-json-zmq.py b/sensorvalues-to-json-zmq.py index 6608086..aec3fef 100755 --- a/sensorvalues-to-json-zmq.py +++ b/sensorvalues-to-json-zmq.py @@ -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