kk7ds / pynx584

Python library and server for talking to NX584/NX8E interfaces
GNU General Public License v3.0
29 stars 26 forks source link

Allow zone name updates configuration #67

Closed chrodriguez closed 2 years ago

chrodriguez commented 2 years ago

Add a configuration option allowing users to enable or disable this feature. This change fixes #66

For example, this config file will disable zone names updates

[config]

zone_name_update = False

Readme was updated to reflect this change and version is updated in setup.py

kk7ds commented 2 years ago

Thanks for doing this. I can merge this and make the tweaks myself if you prefer/agree, just let me know. I have one logging thing, plus your watchdog fix that can go with this into the next release once we get this settled.

chrodriguez commented 2 years ago

I've already make the tweaks you asked. Please check them and let me know if I something is wrong. Thanks

kk7ds commented 2 years ago

Cool, thanks!