浏览代码

document nvmem access

Helmut Pozimski 5 年之前
父节点
当前提交
006cd9e7ea
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -11,6 +11,7 @@ Execute `kodev run` to start the web service. You can then issue requests to the
 * /time (either GET or POST)
 * /wkalrm (either GET or POST)
 * /device (GET only)
+* /nvmem (either GET or POST)
 
 ## Parameters
 
@@ -45,6 +46,15 @@ For /wkalrm:
 }
 ```
 
+For /nvmem:
+```
+{
+	content: string
+}
+```
+
+The string has to be exactly 56 characters representing hexadecimal values.
+
 ## Prerequisites
 
 You will need the following packages installed on your system: