Skip to content

Commit dcdba08

Browse files
committed
set device manager version to 4 (AES70-2024)
1 parent e3981ba commit dcdba08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftOCADevice/OCC/ControlClasses/Managers/DeviceManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ open class OcaDeviceManager: OcaManager {
6262
propertyID: OcaPropertyID("3.5"),
6363
getMethodID: OcaMethodID("3.1")
6464
)
65-
public var version: OcaUint16 = OcaProtocolVersion.aes70_2023.rawValue
65+
public var version: OcaUint16 = OcaProtocolVersion.aes70_2024.rawValue
6666

6767
@OcaDeviceProperty(
6868
propertyID: OcaPropertyID("3.6"),

0 commit comments

Comments
 (0)