Improve feature support for fake AirPods Gen3 (#72)

Remove microphone detection and add ear detection.
This commit is contained in:
Matthias Urhahn
2023-01-06 16:40:03 +01:00
committed by GitHub
parent 4101fddc5b
commit fcbeda4888
2 changed files with 15 additions and 14 deletions
@@ -24,6 +24,9 @@ class FakeAirPodsGen3Test : BaseAirPodsTest() {
batteryLeftPodPercent shouldBe 1f
batteryRightPodPercent shouldBe 1f
isLeftPodInEar shouldBe false
isRightPodInEar shouldBe false
isCaseCharging shouldBe false
isLeftPodCharging shouldBe true
isRightPodCharging shouldBe true