add javadoc parameter to simulatorcontroller

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-02-03 10:34:52 +01:00
parent e35017cfe7
commit 9ff1e89717

View File

@@ -46,6 +46,17 @@ public class SimulationController {
* the amount of devices to be created
* @param tenant
* the tenant to create the device to
* @param api
* the api-protocol to be used either {@code dmf} or {@code ddi}
* @param endpoint
* the URL endpoint to be used of the hawkbit-update-server for
* DDI devices
* @param pollDelay
* number of delay in milliseconds to delay polling of DDI
* devices
* @param gatewayToken
* the hawkbit-update-server gatwaytoken in case authentication
* is enforced in hawkbit
* @return a response string that devices has been created
* @throws MalformedURLException
*/