mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-15 18:56:49 -04:00
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:
parent
7e16f2978f
commit
be05bab4c0
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue