jfernandez / ControllerTools

Game controller plugin for the Steam Deck
GNU General Public License v3.0
49 stars 3 forks source link

Stadia controller low battery notification #42

Open madbananas opened 4 months ago

madbananas commented 4 months ago
for controller in controllers {
                let low_battery = controller.capacity < 20 && controller.is_discharging();
                debug!(
                    "Controller {} is low battery: {}",
                    controller.name, low_battery
                );

Something is not working here for Stadia controllers. I don't receive any notification when controller goes on critical low battery.