DMBlakeley/homebridge-awair2

Question regarding polling endpoints

deanlyoung opened this issue · 2 comments

@DMBlakeley curious how often (practically speaking) the device profile endpoint might typically get called?

async getUserInfo() {

As well as this one:

async getAwairDevices() {

@deanlyoung, async getUserInfo() and async getAwairDevices() are both run once at plug-in startup.