From 8855072c79bdb32d454fe21377cbff3faecad525 Mon Sep 17 00:00:00 2001 From: HoodedDeath <37732447+HoodedDeath@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:39:48 -0600 Subject: [PATCH] Fix DBus method call example Previous version example resulted in not information being read regarding DBus calls, making all DBus calls non-functional. Whether root cause of this is a bug or not, new example does work. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8ac30b..01d1d75 100644 --- a/README.md +++ b/README.md @@ -330,12 +330,11 @@ A list of available `keycodes` can be found here: [keycodes](https://github.com/ #### Trigger a dbus call ```toml -[keys.action] - [dbus] - object = "object" - path = "path" - method = "method" - value = "value" +[keys.action.dbus] + object = "object" + path = "path" + method = "method" + value = "value" ``` #### Device actions