Configuration¶
Device configuration operations for Akuvox devices.
- async pylocal_akuvox.config.get_device_config(http)[source]¶
Retrieve full device configuration.
- Return type:
- Parameters:
http (AkuvoxHttpClient)
- Args:
http: The HTTP client for device communication.
- Returns:
A DeviceConfig object with all configuration key-value pairs.