mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-13 18:24:53 +01:00
build
This commit is contained in:
@@ -704,10 +704,8 @@ def on_message(client, userdata, msg):
|
||||
capture_output=True,
|
||||
text=True
|
||||
)
|
||||
|
||||
writeLog(result.stdout.strip())
|
||||
writeLog(f"Status of volume {output}")
|
||||
writeLog("HAHAHAAA")
|
||||
os.environ["MQTT_SRV_CUR_VOLUME"] = result.stdout.strip()
|
||||
writeLog(f"Status of volume {os.environ["MQTT_SRV_CUR_VOLUME"]}")
|
||||
myCmd = f'sudo XDG_RUNTIME_DIR=/run/user/1000 -u jd amixer set Master 20%'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user