Support for AES70-2023 is in progress: adding new classes is straightforward, using the `@OcaProperty` and `@OcaDeviceProperty` wrappers. For a class with only properties, it is only necessary to declare the property and accessor IDs, and all logic including event notification will be handled at runtime. For custom logic, override the `handleCommand(from:)` method. Custom access control can be implemented at the object or device level by overriding `ensureReadable(by:command)` and `ensureWritable(by:command)`.
0 commit comments