Kane610 / aiounifi

Asynchronous library to communicate with Unifi Controller
MIT License
60 stars 53 forks source link

Adds missing outlet_ac fields to Device model #430

Closed Cisien closed 1 year ago

Cisien commented 1 year ago

Currently outlet_ac_power_budget and outlet_ac_power_consumption are only exposed via the raw data. This change exposes these fields as properties on the Device model.

Kane610 commented 1 year ago

I will do a release tonight for you to use with your integration PR.