Bluetooth Thermometer Hygrometer from Xiaomi

Awesome does works but CGG1 with ATC are quite long to detect, I needed to install them 3/4 times before seeing it

as we can’t set polling_interval and scan_duration into this app (we can with ruuvi app)

so default are 60s and 10s scan I have better results with 90s 30s, because 10s we miss often frame


        let polling_interval = this.homey.settings.get('polling_interval');
        let scan_duration = this.homey.settings.get('scan_duration');
        //default value for polling and scan
        if (!polling_interval) polling_interval = 60;
        if (!scan_duration) scan_duration = 10;

best would be able to set the intervals into app like on ruuvi app