bluetooth.conf: change the syntax for rules from Lua to JSON
This commit is contained in:

committed by
George Kiagiadakis

parent
f4d421988c
commit
9aeaf7367e
@@ -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
|
||||
|
Reference in New Issue
Block a user