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