Skip to content

Commit

Permalink
Added default no_send_probability=0
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Sep 18, 2024
1 parent a4727b0 commit ca05964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iotswarm/scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def device_options(function):
click.option(
"--no-send-probability",
type=click.IntRange(0, 100),
default = 0
help="Probability of not sending a message, can be 0 - 100 where 0 is no skip and 100 is always skip",
)(function)

Expand Down

0 comments on commit ca05964

Please sign in to comment.