sushilks / kumojs

Api Gateway and CLI Controller for Mitsubishi Airconditioners
Apache License 2.0
47 stars 15 forks source link

Capture config of units in groups #5

Closed gregorymartin closed 5 years ago

gregorymartin commented 5 years ago

Broke out processcfg and added recursion in order to capture zones that have been put into groups. The app only allows one level of groups, but the JSON implies need for recursion to future proof. Fixes #3

matthew-flagg commented 5 years ago

I grabbed your change as I have grouped units as well and it worked perfectly! Thanks so much!