Subversion Repositories alarming

Rev

Rev 3 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 6
Line 1... Line 1...
1
#!/usr/bin/env python
1
#!/usr/bin/env python
2
 
2
 
3
motion_stream_port = 8081;
3
motion_stream_port = 8081;
4
 
4
 
-
 
5
enable_motion_detect = 1;
-
 
6
enable_doorbell_listener = 1;
-
 
7