Merge pull request #564 from initializedd/fix-typo-in-comment

Fix typo in comment
This commit is contained in:
Gilles Boccon-Gibod
2024-10-08 21:56:06 -07:00
committed by GitHub

View File

@@ -1766,9 +1766,9 @@ device_host_event_handlers: List[str] = []
# -----------------------------------------------------------------------------
class Device(CompositeEventEmitter):
# Incomplete list of fields.
random_address: Address # Random address that may change with RPA
public_address: Address # Public address (obtained from the controller)
static_address: Address # Random address that can be set but does not change
random_address: Address # Random private address that may change periodically
public_address: Address # Public address that is globally unique (from controller)
static_address: Address # Random static address that does not change once set
classic_enabled: bool
name: str
class_of_device: int