Skip to content

Commit

Permalink
added alarm data for isapi alarm test
Browse files Browse the repository at this point in the history
  • Loading branch information
pergolafabio committed May 8, 2024
1 parent 7ba0dcc commit 13f0d6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hikvision-doorbell/src/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ async def isapi_alarm(
alarm_info: NET_DVR_ALARM_ISAPI_INFO,
buffer_length,
user_pointer: c_void_p):
logger.debug("Isapi alarm from {}", doorbell._config.name)
alarmData = alarm_info.pAlarmData
logger.debug("Isapi alarm from {} with Alarmdata: {} ", doorbell._config.name, alarmData)

@override
async def video_intercom_event(
Expand Down

0 comments on commit 13f0d6f

Please sign in to comment.