Compare commits
	
		
			1 Commits
		
	
	
		
			v2.1.8-alp
			...
			v2.1.9-alp
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						1f5248ac87
	
				 | 
					
					
						
@@ -359,9 +359,23 @@ type CG struct {
 | 
				
			|||||||
	AT   uint // Answer automatically when exceed time
 | 
						AT   uint // Answer automatically when exceed time
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type RSI struct {
 | 
				
			||||||
 | 
						E int64 // End time in seconds
 | 
				
			||||||
 | 
						S int64 // Start time in seconds
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type RCP struct {
 | 
				
			||||||
 | 
						RSI [][]RSI // Recording type parameters (array for cameras number, 7 for week days)
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type RP struct {
 | 
				
			||||||
 | 
						RCP []RCP // Single channel recording period parameter list
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type Setting struct {
 | 
					type Setting struct {
 | 
				
			||||||
	KEYS      KEYS      `json:"KEYS,omitempty"`
 | 
						KEYS      KEYS      `json:"KEYS,omitempty"`
 | 
				
			||||||
	RIP       RIP       `json:"RIP,omitempty"`
 | 
						RIP       RIP       `json:"RIP,omitempty"`
 | 
				
			||||||
 | 
						RP        RP        `json:"RP,omitempty"`
 | 
				
			||||||
	TIMEP     TIMEP     `json:"TIMEP,omitempty"`
 | 
						TIMEP     TIMEP     `json:"TIMEP,omitempty"`
 | 
				
			||||||
	ATP       ATP       `json:"ATP,omitempty"`
 | 
						ATP       ATP       `json:"ATP,omitempty"`
 | 
				
			||||||
	SSP       SSP       `json:"SSP,omitempty"`
 | 
						SSP       SSP       `json:"SSP,omitempty"`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user