Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement] Expose remaining device attributes #5

Open
aijayadams opened this issue Sep 13, 2021 · 0 comments
Open

[enhancement] Expose remaining device attributes #5

aijayadams opened this issue Sep 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@aijayadams
Copy link
Owner

There are a bunch of attributes returned from the API which we are not exposing, these include filter status, wifi status which strike me as immediately useful.

self._device_information:
{'brightness': '4',
 'child_lock': '0',
 'fan_speed': '2',
 'fan_usage': '8;4;6561;0;6565;45275',
 'filterType': 'row',
 'filter_status': 'OK',
 'mode': 'manual',
 'wifi_status': '1'}

self._attributes:
{'uuid': 'XXXX',
 'name': 'Office',
 'timezone': 'America/Los_Angeles',
 'compatibility': 'classic_280i',
 'model': '1.0.9',
 'mac': '98D863XXXXXX',
 'firmware': '1.1.38',
 'mcuFirmware': '1.0.35',
 'wlanDriver': 'V10',
 'lastSyncDate': 1631550455,
 'installationDate': 1600350827,
 'lastCalibrationDate': 1600350827,
 'initUsagePeriod': 25629788,
 'rebootPeriod': 10975,
 'aimSerialNumber': 'S0000000000',
 'aimUpdateDate': 1600350827,
 'roomLocation': 'office'}

```
@aijayadams aijayadams added the enhancement New feature or request label Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant