steamos-manager/bin/steamos-disable-wifidebug
Jeremy Whiting be05bab4c0 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.
2024-04-05 12:05:42 -06:00

9 lines
420 B
Bash

#!/bin/bash
# Tell steamos-manager to start wifi debugmode
# parameters are 2 unsigned integers
# mode: 1 for on, 0 for off
# 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
busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager SetWifiDebugMode uu 0 0