From 8c3b36967fa98e784c2b1497e3da220fcc257b9a Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:22:39 +0100 Subject: [PATCH] V0.7.2.a Arroyo Toad Fixed a typo --- Sources/IoT-Simulator-Core/Factories/DeviceFactories.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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