mnederlof / com.ubnt.unifi

Ubiquiti Unifi Controller integration for Homey
11 stars 10 forks source link

Rework for sdkv2 #22

Closed mnederlof closed 5 years ago

mnederlof commented 6 years ago

Fixes #19, as this uses SDKv2

Fixes #3 , by showing a list of sites on the settings page (if possible). That way, it is hopefully not that hard to find custom sites (other than default)

Fixes #17 : Using a different library, which has lower timeout settings, should now be more resilient (hopefully)

Fixes #20 : On every signal change, it is possible to use the trigger.

Fixes #16 : guest triggers have been added

Fixes #11 : Based on proto you can check frequency (ac, na, ag = 5Ghz, bg and ng = 2.4Ghz)

Fixes #10 : Now using other lib and other Promise logic.

(2nd PR, as i decided to make beta release first)