Error fix
This commit is contained in:
parent
5c5496fa7f
commit
92e59cf650
@ -91,13 +91,13 @@ type EventModelGetAlarmingResponse struct {
|
|||||||
|
|
||||||
// 3.4.1.3
|
// 3.4.1.3
|
||||||
type EventModelGetAlarmInfoStatusResponse struct {
|
type EventModelGetAlarmInfoStatusResponse struct {
|
||||||
ErrorCode uint `json:"ERRORCODE"`
|
ErrorCode uint `json:"ERRORCODE"`
|
||||||
ErrorCause string `json:"ERRORCAUSE"`
|
ErrorCause string `json:"ERRORCAUSE"`
|
||||||
MotionDetectionAlarm []MotionDetectionAlarmStatus `json:"MD"`
|
MotionDetectionAlarm []MotionDetectionAlarmStatus `json:"MD"`
|
||||||
IOAlarm []IOAlarmStatus `json:"IO"`
|
IOAlarm []IOAlarmStatus `json:"IO"`
|
||||||
StorageAlarm []StorageAlarmStatus `json:"ST"`
|
StorageAlarm []StorageAlarmStatus `json:"ST"`
|
||||||
StorageAlarmParameters []CameraCoveredAlarmStatus `json:"VS"`
|
CameraCoveredAlarm []CameraCoveredAlarmStatus `json:"VS"`
|
||||||
VideoLossAlarm []VideoLossAlarmStatus `json:"VL"`
|
VideoLossAlarm []VideoLossAlarmStatus `json:"VL"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// 3.4.1.4.1
|
// 3.4.1.4.1
|
||||||
@ -117,9 +117,8 @@ type IOAlarmStatus struct {
|
|||||||
|
|
||||||
// 3.4.1.4.4
|
// 3.4.1.4.4
|
||||||
type CameraCoveredAlarmStatus struct {
|
type CameraCoveredAlarmStatus struct {
|
||||||
ChannelMask uint `json:"CH"`
|
Status uint `json:"ISA"`
|
||||||
AlarmMask uint `json:"AT"`
|
Mask uint `json:"LCH"`
|
||||||
StatusMask uint `json:"AS"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 3.4.1.4.4
|
// 3.4.1.4.4
|
||||||
|
Loading…
Reference in New Issue
Block a user