Update README.md

This commit is contained in:
nopnop2002
2021-07-09 15:11:31 +09:00
parent 638c7a969c
commit 4d1ab66776
+2
View File
@@ -132,6 +132,8 @@ When a CAN frame with ID 0x101 is received, POST with the 'canid':257.
When a CAN frame with ID 0x103 is received, POST with the 'canid':259. When a CAN frame with ID 0x103 is received, POST with the 'canid':259.
POST Parameter Example: POST Parameter Example:
CAN-ID is a decimal number, not a hexadecimal number.
``` ```
{"canid":257, "frame": "standard", "data": [16, 17, 18]} {"canid":257, "frame": "standard", "data": [16, 17, 18]}
{"canid":257, "frame": "extended", "data": [16, 17, 18]} {"canid":257, "frame": "extended", "data": [16, 17, 18]}