Compare commits
2 Commits
v2.1.8-alp
...
v2
Author | SHA1 | Date | |
---|---|---|---|
91cb2927e3
|
|||
1f5248ac87
|
@ -305,7 +305,6 @@ type REDEV struct {
|
|||||||
USER string // Имя пользователя
|
USER string // Имя пользователя
|
||||||
PWD string // Пароль
|
PWD string // Пароль
|
||||||
URL string // ???
|
URL string // ???
|
||||||
CMDPORT uint // ???
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 7.29
|
// 7.29
|
||||||
@ -359,9 +358,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