Mercurial > code > home > repos > homeauto
diff service/frontDoorLock/front_door_lock.py @ 771:3f6055cfccb2
move mqtt port
Ignore-this: c073796027dbda80f17fc2ae708e4f96
author | drewp@bigasterisk.com |
---|---|
date | Fri, 05 Jun 2020 17:49:56 -0700 |
parents | a93fbf0d0daa |
children | 437d7263b515 |
line wrap: on
line diff
--- a/service/frontDoorLock/front_door_lock.py Thu May 14 22:29:55 2020 -0700 +++ b/service/frontDoorLock/front_door_lock.py Fri Jun 05 17:49:56 2020 -0700 @@ -1,4 +1,6 @@ """ +this service is generalized by mqtt_graph_bridge and rdf_from_mqtt, so delete when those are stable + :frontDoorLock :state :locked/:unlocked is the true state of the lock, maintained in this process. @@ -183,7 +185,7 @@ verboseLogging(arg['-v']) masterGraph = PatchableGraph() - mqtt = MqttClient(brokerPort=10010) + mqtt = MqttClient(brokerPort=10210) autoclose = AutoLock(masterGraph, mqtt) def toGraph(payload): log.info('mqtt->graph %r', payload)