From fa5df6ac3bf6985d71d01650de9ed50d46e57836 Mon Sep 17 00:00:00 2001 From: Dwan Date: Sun, 18 Feb 2024 12:16:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c9d557..7f50f61 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Here an example of configuration that you can use. * *hideother* (optional): if set to *true*, plugin will hide "Other" input in Home App. * *debug* (optional): if set to *true*, plugin will output more debug info in homebridge log. * *skipSpeaker* (optional): if set to *true*, an accompanying speaker will not be initialized for the device and will disable volume control in Control Center Remote. - * *launcherid* (optional): Some launcher like [https://play.google.com/store/apps/details?id=com.spocky.projengmenu](projecttivy) can't be detected as the default launcher for the "Home" input. Write the app id so the plugins can recognize the launcher as the "Home" input. + * *launcherid* (optional): Some launcher like [projectivy](https://play.google.com/store/apps/details?id=com.spocky.projengmenu) (which is a nice launcher if you tired looking at forced ads from Google) can't be detected as the default launcher for the "Home" input. Write the app id so the plugins can recognize the launcher as the "Home" input. * *stateAdbCommand* (optional): Some android device, seem to have different `dumpsys power` value to determine its state. Define your own adb shell command based on your device. eg: `dumpsys power | grep mWakefulness=` * *stateAdbOutputAwake* (optional): Related to *stateAdbCommand*, define the output value that the command will output, remember it's case sensitive. eg: `Awake`