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