From 06489f06657a5a513f66005b88eaca7bfd73fbab Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 25 Oct 2025 21:43:15 +0200 Subject: [PATCH] build --- mqtt_srv.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mqtt_srv.py b/mqtt_srv.py index a18d008..779daf7 100755 --- a/mqtt_srv.py +++ b/mqtt_srv.py @@ -683,8 +683,7 @@ def on_message(client, userdata, msg): writeLog(myCmd) output = subprocess.Popen(myCmd, shell=True) writeLog(output) - - + if myObj["cmd"] == "display": if curos == "Windows": myCmd =f"powershell -w h -command \" Import-Module DisplayConfig ; Import-Clixml $home\\monitors\\{myObj['target']}.xml | Use-DisplayConfig -UpdateAdapterIds \""