Fixed default topic
This commit is contained in:
parent
06ee061301
commit
e151d84ea1
1 changed files with 2 additions and 2 deletions
|
@ -199,8 +199,8 @@ def parse_args():
|
|||
parser.add_argument('-p', '--mqtt_password', type=str,
|
||||
help='The password for the MQTT server connection.')
|
||||
parser.add_argument('-t', '--mqtt_topic', type=str,
|
||||
default='home/fronius',
|
||||
help='The topic to publish MQTT message. Default is home/fronius')
|
||||
default='fronius',
|
||||
help='The topic to publish MQTT message. Default is fronius')
|
||||
parser.add_argument('--http_host', type=str,
|
||||
default='localhost',
|
||||
help='The address of the HTTP server. Default is localhost')
|
||||
|
|
Loading…
Reference in a new issue