readAttributeListOctetString(withAttributeCache:endpoint:queue:completionHandler:)

Declaration

class func readAttributeListOctetString(withAttributeCache attributeCacheContainer: MTRAttributeCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t, completionHandler: @escaping  @Sendable ([Any]?, (any Error)?) -> Void)
class func readAttributeListOctetString(withAttributeCache attributeCacheContainer: MTRAttributeCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t) async throws -> [Any]