Skip to content

Commit

Permalink
Quickfiix for ISAPI alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
pergolafabio committed Mar 6, 2023
1 parent eb6b00a commit af21475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hikvision-doorbell/src/home_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def isapi_alarm(
user_pointer: c_void_p):
logger.info("Isapi alarm detected from {}, file saved in: {}",
doorbell._config.name,
alarm_info.szFilename)
alarm_info.pPicPackData.szFilename)

@override
async def unhandled_event(
Expand Down

0 comments on commit af21475

Please sign in to comment.