V0.7.2.a Arroyo Toad
Fixed a typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user