-
Notifications
You must be signed in to change notification settings - Fork 8
Random Communicator
meganlim edited this page Aug 3, 2018
·
8 revisions
This communicator sets the value of every sensor to a random number in a range specified in the configuration file (see configuration).
The Random Communicator is used for testing.
This class will look for the following optional configuration parameters:
Parameter | Description |
---|---|
step [Optional] | The minimum step between adjacent random numbers |
max [Optional] | The maximum random number used (minimum is 0) |