kingsleyadam / local-abbfreeathome

A Python Package for interacting with the ABB (Busch Jaeger) Free@Home System via the Local API
MIT License
3 stars 2 forks source link

Replace async property with async function get_floors() #19

Closed kingsleyadam closed 1 week ago

kingsleyadam commented 1 week ago

The FreeAtHome class currently implements an async property floors. Properties in general should not be async, replace this with an async function.