# Chasget settins - mymsman 151008 #source /mod/webif/lib/setup #require settings.class #set settings [settings] set ::chaseget::status [$settings _nval_setting "chaseget_status"] set ::chaseget::mute [$settings _nval_setting "chaseget_mute"] set ::chaseget::standby_start1 [$settings _tval_setting "chaseget_standby_start1"] set ::chaseget::standby_end1 [$settings _tval_setting "chaseget_standby_end1"] puts "
ChaseGet (Get file whilst recording) settings

See DetectAds user guide for help

" puts " " puts " " proc timelist {sel} { for {set t 0} {$t <=1440} {incr t 30} { # (mis)use the the fact of 60 sec per min 60 min per hour to format hh:mm, t is min per period set ft [clock format $t -format %M:%S] puts -nonewline "" } } puts " " puts "
Hide ChaseGet on status display?
Mute sound on ChaseGet wake from standby?
Don't mute or return to standby between and
" #puts "" #for {set t 0} {$t <=1440} {incr t 30} { # # (mis)use the the fact of 60 sec per min 60 min per hour to format hh:mm, t is min per period # puts "" #set pattern {([01]?[0-9]|2[0-4]):[0-5][0-9]} #puts " # # Don't return to standby between # # # # # and # # # " #puts " # # #
# # # # # # "