3dprinter has now lights: switch them off when closing give some voice status if the internet is down. Like enterprise computer ... always switch the lights on when openingmaster
parent
e5aeca63cf
commit
539125f2e5
9 changed files with 70 additions and 15 deletions
@ -0,0 +1,18 @@ |
||||
Mounting height 2770 [mm] See operating instructions |
||||
Detection area Xmin -850 [mm] See operating instructions |
||||
Wall at Xmin Wall Present |
||||
Detection area Xmax 1000 [mm] See operating instructions |
||||
Wall at Xmax No Wall |
||||
Detection area Ymin -600 [mm] See operating instructions |
||||
Wall at Ymin No Wall |
||||
Detection area Ymax 600 [mm] See operating instructions |
||||
Wall at Ymax No Wall |
||||
Forward direction +X |
||||
Virtual line Curved Line |
||||
Line offset -200 [mm] See operating instructions |
||||
Door opens Away§ |
||||
Door width 820 [mm] See operating instructions |
||||
Door height 2000 [mm] See operating instructions |
||||
Door decentering 0 [mm] See operating instructions |
||||
Min person height 1200 [mm] See operating instructions |
||||
Device location Inside |
@ -1,3 +1,4 @@ |
||||
#!/bin/bash |
||||
RELAYURL="$(cat "$(dirname "$0")"/secret.txt)/state.xml?relay1State=2&pulseTime1=5" |
||||
wget -O - --timeout=1 --tries=1 $RELAYURL |
||||
logger "$0 wget returns $?" |
||||
|
Loading…
Reference in new issue