Added Price info

This commit is contained in:
2018-09-08 13:14:36 -07:00
parent 507abb4b11
commit cf9789d7d7
8 changed files with 35 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ import os
#
#===========================================================================
host = os.getenv('MQTT_BROKER_IP', '192.168.1.20')
port = os.getenv('MQTT_BROKER_PORT', 1883)
port = os.getenv('MQTT_BROKER_PORT', 31333)
# Keep alive time in seconds. Client sends a ping if no other message
# is sent in this interval.