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
|
privateKey: P256.Signing.PrivateKey
|
||||||
) throws -> EdgeDevice{
|
) throws -> EdgeDevice{
|
||||||
return try DeviceFactory.createEdgeDevice(
|
return try DeviceFactory.createEdgeDevice(
|
||||||
deviceID: deviceID
|
deviceID: deviceID,
|
||||||
dataType: dataType,
|
dataType: dataType,
|
||||||
privateKey: privateKey,
|
privateKey: privateKey,
|
||||||
realSensor: false
|
realSensor: false
|
||||||
|
|||||||
Reference in New Issue
Block a user