GCKDynamicDevice ClassStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
GCKDynamicDevice is a device object that can be part of a multizone group, introduced in version 4.3.5.
It includes instance methods such ashasCapabilities:to check if the device supports specific capabilities.
Key properties includedeviceIDfor the unique identifier,friendlyNamefor a human-readable name, andcapabilitiesrepresenting the device's supported features.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The `GCKDynamicDevice` class represents a device in a multizone group. It can be initialized via `-init`. Key actions include checking device capabilities using `hasCapabilities:`, which verifies if the device supports specific capabilities using a bitwise-OR of `GCKDeviceCapability` constants. Core information includes the device's `deviceID`, a unique identifier; `friendlyName`, the user-friendly device name; and `capabilities`, which are the device's operational abilities, all accessible as read-only properties.\n"]]