DMBlakeley / homebridge-awair2

Homebridge dynamic platform plugin for Awair air quality sensor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question regarding polling endpoints

deanlyoung opened this issue · 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.