autoswitch-bluetooth-profile: Rename device-profile-changed hook name to be more consistent

This makes all the script hooks more consistent.
This commit is contained in:
Julian Bouzas 2026-03-18 12:19:34 -04:00 committed by George Kiagiadakis
parent 9fb963d4e5
commit f38f1a2af8

View file

@ -487,7 +487,7 @@ local node_added_hook = SimpleEventHook {
}
local device_profile_changed_hook = SimpleEventHook {
name = "device/store-user-selected-profile",
name = "bluez-profile-changed@autoswitch-bluetooth-profile",
interests = {
EventInterest {
Constraint { "event.type", "=", "device-params-changed" },