Skip to content

Commit 82aa172

Browse files
committed
* Webhook payload for Keypad Vision
* mod `DeviceType`(estimated value)
1 parent 0f80043 commit 82aa172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4910,7 +4910,7 @@ When an event gets triggered, SwitchBot server will send a `POST` request to the
49104910
"eventType": "changeReport",
49114911
"eventVersion": "1",
49124912
"context": {
4913-
"deviceType": "WoKeypadTouch",
4913+
"deviceType": "WoKeypadVision",
49144914
"deviceMac": DEVICE_MAC_ADDR,
49154915
"eventName": "createKey",
49164916
"commandId": "CMD-1663558451952-01",
@@ -4926,7 +4926,7 @@ When an event gets triggered, SwitchBot server will send a `POST` request to the
49264926
"eventType": "changeReport",
49274927
"eventVersion": "1",
49284928
"context": {
4929-
"deviceType": "WoKeypadTouch",
4929+
"deviceType": "WoKeypadVision",
49304930
"deviceMac": DEVICE_MAC_ADDR,
49314931
"eventName": "deleteKey ",
49324932
"commandId": "CMD-1663558451952-01",

0 commit comments

Comments
 (0)