In the documentation for NetworkControl command action.devices.commands.TestNetworkSpeed we can return an error networkSpeedTestInProgress
.
Are we required to return this error to pass the certification?
Examples:
#1 Without Implementing networkSpeedTestInProgress
User asks multiple times What is my net speed?
. For each request we start a separate speed test one after another.
#2 With Implementation
User asks multiple times What is my net speed?
. For each request after the first (until it finishes) we respond with networkSpeedTestInProgress
.
Can we go with option 1?