fixed laseronoffspeaker

This commit is contained in:
2022-07-13 09:18:45 +02:00
parent e2c0e98354
commit 1550454eae
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
caput SLAAR21-LTIM01-EVR0:FrontUnivOut3_SOURCE2 "HIGH"
caput SLAAR21-LPSYS-ESB:SHUT_TRANS "ON"
/sf/bernina/applications/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser blocked");e.runAndWait()'
/sf/bernina/applications/bm/envs/default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser blocked");e.runAndWait()'

View File

@@ -1,4 +1,4 @@
#!/bin/bash
caput SLAAR21-LTIM01-EVR0:FrontUnivOut3_SOURCE2 "LOW"
caput SLAAR21-LPSYS-ESB:OPEN_TRANS "ON"
/sf/bernina/applications/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser open");e.runAndWait()'
/sf/bernina/applications/bm/envs/default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser open");e.runAndWait()'