Skip to content

Commit

Permalink
Update entity-builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
noon92 authored Jun 16, 2024
1 parent e92c9d4 commit bb8977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# it would be nice to have this request settings if the gateway isn't the remote node
mqtt.add_argument(
"--root-topic",
help="The root topic to use in MQTT for the generated files. If not provided, will attempt to get the root path from the local node and use `msh/LongFast` as the channel. Wildcard: `+`. Example: to include all channels with the root topic `msh/`, use `msh/2/json/+`.",
help="The root topic to use in MQTT for the generated files. If not provided, will attempt to get the root path from the local node and use `LongFast` as the channel. Wildcard: `+`. Example: to include all channels with the root topic `msh/`, use `msh/2/json/+`.",
default=None,
)

Expand Down

0 comments on commit bb8977c

Please sign in to comment.