mirror of
https://github.com/koush/scrypted.git
synced 2026-03-20 16:40:24 +00:00
61 lines
1.1 KiB
Markdown
61 lines
1.1 KiB
Markdown
# Amcrest Doorbell 110
|
|
|
|
Below is the doorbell event from an AD110:
|
|
|
|
```
|
|
event --myboundary
|
|
Content-Type: text/plain
|
|
Content-Length:135
|
|
|
|
Code=NTPAdjustTime;action=Pulse;index=0;data={
|
|
"Address" : "200.160.0.8",
|
|
"Before" : "2022-04-06 20:07:56",
|
|
"result" : true
|
|
}
|
|
|
|
|
|
|
|
event --myboundary
|
|
Content-Type: text/plain
|
|
Content-Length:148
|
|
|
|
Code=_DoTalkAction_;action=Pulse;index=0;data={
|
|
"Action" : "Invite",
|
|
"CallID" : "20220406200813@670064@192.168.x.x”,
|
|
"CallSrcMask" : 4
|
|
}
|
|
|
|
|
|
|
|
event --myboundary
|
|
Content-Type: text/plain
|
|
Content-Length:68
|
|
|
|
Code=CallNoAnswered;action=Start;index=0;data={
|
|
"CallID" : "8"
|
|
}
|
|
|
|
|
|
|
|
[HomeKit]: snapshot requested for reason: 1
|
|
[HomeKit]: snapshot requested for reason: 1
|
|
[HomeKit]: snapshot requested for reason: 1
|
|
event --myboundary
|
|
Content-Type: text/plain
|
|
Content-Length:39
|
|
|
|
Code=CallNoAnswered;action=Stop;index=0
|
|
|
|
|
|
event --myboundary
|
|
Content-Type: text/plain
|
|
Content-Length:185
|
|
|
|
Code=_DoTalkAction_;action=Pulse;index=0;data={
|
|
"Action" : "Hangup",
|
|
"CallID" : "20220406200813@670064@192.168.x.x”,
|
|
"CallSrcMask" : 4,
|
|
"HangupReason" : "HangupByPhone"
|
|
}
|
|
```
|