automicus / PyISY

Python module for interactive with the ISY-994 Insteon controller.
Other
16 stars 22 forks source link

Add convenience parameters for url, uuid, and configuration #359

Closed shbatm closed 1 year ago

shbatm commented 1 year ago

Add convenience parameters for code consolidation:

isy.uuid == isy.configuration["uuid"]
isy.conn.url # connection URL
isy.conf == isy.configuration