mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 18:44:53 +01:00
build
This commit is contained in:
@@ -669,6 +669,7 @@ def on_message(client, userdata, msg):
|
|||||||
writeLog(myCmd)
|
writeLog(myCmd)
|
||||||
subprocess.Popen(myCmd.split())
|
subprocess.Popen(myCmd.split())
|
||||||
if myObj["cmd"] == "assist":
|
if myObj["cmd"] == "assist":
|
||||||
|
writeLog("Starting Assist")
|
||||||
if curos == "Windows":
|
if curos == "Windows":
|
||||||
if myObj['target'] == "start":
|
if myObj['target'] == "start":
|
||||||
myCmd =f'powershell "& ""c:\\Program Files\\jaydee\\vol_control.ps1""" 0.2'
|
myCmd =f'powershell "& ""c:\\Program Files\\jaydee\\vol_control.ps1""" 0.2'
|
||||||
|
|||||||
Reference in New Issue
Block a user