From 4d1ab66776214b5adc1ad9765798510d13b24526 Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 9 Jul 2021 15:11:31 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eca11cc..241abf8 100644 --- a/README.md +++ b/README.md @@ -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. POST Parameter Example: +CAN-ID is a decimal number, not a hexadecimal number. + ``` {"canid":257, "frame": "standard", "data": [16, 17, 18]} {"canid":257, "frame": "extended", "data": [16, 17, 18]}