init III
This commit is contained in:
55
Perl Ubiquiti mpower steuerung/control center/Test/timer
Normal file
55
Perl Ubiquiti mpower steuerung/control center/Test/timer
Normal file
@@ -0,0 +1,55 @@
|
||||
###START
|
||||
# Ausgang,on|off,hh:mm|always
|
||||
# bsp
|
||||
# 6,off,00:00
|
||||
# 6,on,00:01
|
||||
# 1,on,always
|
||||
|
||||
# usb (1)
|
||||
1,on,always
|
||||
|
||||
# Werkzeuge (2)
|
||||
|
||||
# licht (3)
|
||||
|
||||
# Trockner (4)
|
||||
4,off,02:00
|
||||
|
||||
# Temperatur (5)
|
||||
5,on,always
|
||||
|
||||
# Port ohne Gerät, Nachts für eine Minute abschalten (6)
|
||||
6,off,00:00
|
||||
6,on,00:01
|
||||
|
||||
# auto on/off Frühschicht
|
||||
#3,on,05:00
|
||||
#4,on,05:00
|
||||
#3,off,05:30
|
||||
#4,off,05:30
|
||||
#3,on,15:30
|
||||
#4,on,15:30
|
||||
#3,off,16:30
|
||||
#4,off,16:30
|
||||
|
||||
# auto on/off Mittelschicht
|
||||
3,on,07:25
|
||||
4,on,07:25
|
||||
3,off,07:40
|
||||
4,off,07:40
|
||||
3,on,17:40
|
||||
4,on,17:40
|
||||
3,off,18:20
|
||||
4,off,18:20
|
||||
|
||||
# auto on/off Spätschicht
|
||||
#3,on,11:00
|
||||
#4,on,11:00
|
||||
#3,off,11:30
|
||||
#4,off,11:30
|
||||
#3,on,21:40
|
||||
#4,on,21:40
|
||||
#3,off,22:20
|
||||
#4,off,22:20
|
||||
|
||||
###ENDE
|
||||
Reference in New Issue
Block a user