Add autopause and autoplay

This commit is contained in:
darken
2022-01-04 23:49:36 +01:00
parent 2b965ea098
commit 6e0a000eb3
20 changed files with 164 additions and 92 deletions
@@ -29,7 +29,7 @@ class SingleApplePodsTest : BaseAirPodsTest() {
isCaseCharging shouldBe false
isHeadsetBeingCharged shouldBe false
isHeadsetBeingWorn shouldBe true
isHeadphonesBeingWorn shouldBe true
batteryCasePercent shouldBe 0.0f
}
}
@@ -25,7 +25,7 @@ class AirPodsMaxTest : BaseAirPodsTest() {
isCaseCharging shouldBe false
isHeadsetBeingCharged shouldBe false
isHeadsetBeingWorn shouldBe true
isHeadphonesBeingWorn shouldBe true
batteryCasePercent shouldBe 0.0f
}
}
@@ -48,7 +48,7 @@ class AirPodsMaxTest : BaseAirPodsTest() {
isCaseCharging shouldBe false
isHeadsetBeingCharged shouldBe false
isHeadsetBeingWorn shouldBe true
isHeadphonesBeingWorn shouldBe true
batteryCasePercent shouldBe 0.0f
}
}