fix: enforce bypassPairing=true for local dev connections
This commit is contained in:
@@ -80,6 +80,7 @@ class MeatbagClient(
|
|||||||
val queryParams = buildString {
|
val queryParams = buildString {
|
||||||
append("?deviceType=")
|
append("?deviceType=")
|
||||||
append(deviceType)
|
append(deviceType)
|
||||||
|
append("&bypassPairing=true")
|
||||||
if (profileId != null) {
|
if (profileId != null) {
|
||||||
append("&profileId=")
|
append("&profileId=")
|
||||||
append(profileId)
|
append(profileId)
|
||||||
|
|||||||
Reference in New Issue
Block a user