-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImageMailer.json
32 lines (32 loc) · 1.35 KB
/
ImageMailer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"logLevel" : 2
, "activeCameras" : ["R4"]
, "TV-IP422W" : {
"model" : "Trendnet TV-IP422W"
, "hostname" : "http://192.168.1.253:5000"
, "snapshotPath" : "/cgi/jpg/image.cgi"
, "authenticationMode" : "basic"
, "username" : "username"
, "password" : "password"
}
, "R4" : {
"model" : "Foscam R4"
, "hostname" : "http://192.168.1.242:88"
, "snapshotPath" : "/cgi-bin/CGIProxy.fcgi"
, "qs" : { "cmd" : "snapPicture2" }
, "authenticationMode" : "foscam"
, "username" : "username"
, "password" : "password"
}
, "email" : {
"service" : "servicename"
, "sender" : "[email protected]"
, "password" : "email-servicePassword"
, "recipient" : "[email protected]"
, "subject" : "Pictures from Camera001"
, "filenamePrefix" : "Camera001"
}
, "schedule" : {
"times" : ["08:30", "17:30", "22:35"]
}
}