bluetooth.conf: change the syntax for rules from Lua to JSON

This commit is contained in:
Ashok Sidipotu
2023-09-08 16:11:14 +05:30
committed by George Kiagiadakis
parent f4d421988c
commit 9aeaf7367e

View File

@@ -173,12 +173,13 @@ monitor.bluetooth-midi.rules = [
## This rule example allows changing properties on all Bluetooth MIDI nodes.
# {
# matches = {
# matches = [
# ## Matches all bluez midi nodes.
# {
# ## Matches all nodes.
# { "node.name", "matches", "bluez_midi.*" },
# },
# },
# ## Matches all sources.
# node.name = "~bluez_midi*"
# }
# ]
# update-props = {
# node.nick = "My Node"
# priority.driver = 100