initial commit
This commit is contained in:
23
isphonehere.config.example.sh
Normal file
23
isphonehere.config.example.sh
Normal file
@@ -0,0 +1,23 @@
|
||||
#mac address of your phone
|
||||
mac="xx:xx:xx:xx:xx:xx"
|
||||
|
||||
#seconds to wait between checks if the phone is in the house
|
||||
#when the zm state is set to "here"
|
||||
#you may want to set this higher (fewer checks) when the phone
|
||||
#is in the house
|
||||
seconds_between_retries_when_state_is_here=20
|
||||
|
||||
#seconds to wait between checks if the phone is in the house
|
||||
#when the zm state is set to "away"
|
||||
seconds_between_retries_when_state_is_away=3
|
||||
|
||||
#if the phone is not found, retry this many times before changing
|
||||
#state to "away"
|
||||
retries_before_setting_away=5
|
||||
|
||||
zm_username='admin'
|
||||
zm_password='urlencodedpassword'
|
||||
zm_baseurl='https://myzoneminderurl'
|
||||
|
||||
zm_away_state='away'
|
||||
zm_here_state='athome'
|
Reference in New Issue
Block a user