Adjust service and interface parameters in helper scripts.

Since the service and interfaces got a .Manager appended we need
to adjust the helper scripts to use the new names.
This commit is contained in:
Jeremy Whiting 2024-04-05 12:05:42 -06:00
parent 7e16f2978f
commit be05bab4c0
3 changed files with 3 additions and 3 deletions

View file

@ -5,5 +5,5 @@
# buffer_size: the size in kilobytes to use for the trace (if on galileo device). # buffer_size: the size in kilobytes to use for the trace (if on galileo device).
# Use 0 for buffer_size since it's only used when mode is 1 # Use 0 for buffer_size since it's only used when mode is 1
busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 SetWifiDebugMode uu 0 0 busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager SetWifiDebugMode uu 0 0

View file

@ -4,5 +4,5 @@
# mode: 1 for on, 0 for off # mode: 1 for on, 0 for off
# buffer_size: the size in kilobytes to use for the trace (if on galileo device). # buffer_size: the size in kilobytes to use for the trace (if on galileo device).
busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 SetWifiDebugMode uu 1 20000 busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager SetWifiDebugMode uu 1 20000

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Get wifi debugmode from steamos-manager # Get wifi debugmode from steamos-manager
busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 GetWifiDebugMode busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager GetWifiDebugMode