mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 18:44:53 +01:00
lala
This commit is contained in:
@@ -679,7 +679,7 @@ def on_message(client, userdata, msg):
|
|||||||
myCmd =f'amixer set Master 100%'
|
myCmd =f'amixer set Master 100%'
|
||||||
else:
|
else:
|
||||||
myCmd =f'amixer set Master 20%'
|
myCmd =f'amixer set Master 20%'
|
||||||
|
status, output = subprocess.getstatusoutput(myCmd)
|
||||||
writeLog(myCmd)
|
writeLog(myCmd)
|
||||||
output = subprocess.Popen(myCmd, shell=True)
|
output = subprocess.Popen(myCmd, shell=True)
|
||||||
writeLog(output)
|
writeLog(output)
|
||||||
|
|||||||
Reference in New Issue
Block a user