diff --git a/Sources/IoT-Simulator-Core/Factories/DeviceFactories.swift b/Sources/IoT-Simulator-Core/Factories/DeviceFactories.swift index a5cfb62..e91800a 100644 --- a/Sources/IoT-Simulator-Core/Factories/DeviceFactories.swift +++ b/Sources/IoT-Simulator-Core/Factories/DeviceFactories.swift @@ -14,7 +14,7 @@ public actor DeviceFactory { privateKey: P256.Signing.PrivateKey ) throws -> EdgeDevice{ return try DeviceFactory.createEdgeDevice( - deviceID: deviceID + deviceID: deviceID, dataType: dataType, privateKey: privateKey, realSensor: false