We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3981ba commit dcdba08Copy full SHA for dcdba08
Sources/SwiftOCADevice/OCC/ControlClasses/Managers/DeviceManager.swift
@@ -62,7 +62,7 @@ open class OcaDeviceManager: OcaManager {
62
propertyID: OcaPropertyID("3.5"),
63
getMethodID: OcaMethodID("3.1")
64
)
65
- public var version: OcaUint16 = OcaProtocolVersion.aes70_2023.rawValue
+ public var version: OcaUint16 = OcaProtocolVersion.aes70_2024.rawValue
66
67
@OcaDeviceProperty(
68
propertyID: OcaPropertyID("3.6"),
0 commit comments