3 Commits

2 changed files with 11 additions and 12 deletions

View File

@ -96,7 +96,7 @@ type EventModelGetAlarmInfoStatusResponse struct {
MotionDetectionAlarm []MotionDetectionAlarmStatus `json:"MD"`
IOAlarm []IOAlarmStatus `json:"IO"`
StorageAlarm []StorageAlarmStatus `json:"ST"`
StorageAlarmParameters []CameraCoveredAlarmStatus `json:"VS"`
CameraCoveredAlarm []CameraCoveredAlarmStatus `json:"VS"`
VideoLossAlarm []VideoLossAlarmStatus `json:"VL"`
}
@ -117,9 +117,8 @@ type IOAlarmStatus struct {
// 3.4.1.4.4
type CameraCoveredAlarmStatus struct {
ChannelMask uint `json:"CH"`
AlarmMask uint `json:"AT"`
StatusMask uint `json:"AS"`
Status uint `json:"ISA"`
Mask uint `json:"LCH"`
}
// 3.4.1.4.4

View File

@ -281,12 +281,12 @@ type REDEV struct {
SW int // Источник поступаемого сигнала
REPORT int // Порт камеры
REIP string // IP камеры
ID int // Идентификатор камеры
ID string // Идентификатор камеры
RENAME string // Название устройства
USER string // Имя пользователя
PWD string // Пароль
URL string // ???
CMDPORT string // ???
CMDPORT uint // ???
}
// 7.29