dgreif / ring

Unofficial packages for Ring Doorbells, Cameras, Alarm System, and Smart Lighting
MIT License
1.17k stars 155 forks source link

Fix batteryLevel to check secondary battery #1422

Open stanaka opened 1 month ago

stanaka commented 1 month ago

The current logic checks only the primary battery even each camera has a secondary battery. This PR fixes this issue by checking the secondary battery in getBatteryLevel method.

Related issue: #1312