This commit is contained in:
2025-10-25 21:55:07 +02:00
parent 9fb535ac51
commit 82ffb5064a

View File

@@ -669,6 +669,7 @@ def on_message(client, userdata, msg):
writeLog(myCmd)
subprocess.Popen(myCmd.split())
if myObj["cmd"] == "assist":
writeLog("Starting Assist")
if curos == "Windows":
if myObj['target'] == "start":
myCmd =f'powershell "& ""c:\\Program Files\\jaydee\\vol_control.ps1""" 0.2'