unterwulf / egctl

EnerGenie EG-PMS-LAN control utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To simplify get_device_conf.

mlukoshkov opened this issue · comments

  • Open & close file inside get_device_entry() function.
  • Return conf if get_device_entry() succeeded.
  • Remove ent_found variable.
  1. What will be the return value of get_device_entry() when no entry was found?
  2. How to maintain opened_tabs in this case?