Quick fix
This commit is contained in:
parent
ec06ee84de
commit
9cad035018
@ -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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user