Browse Source

document nvmem access

Helmut Pozimski 5 years ago
parent
commit
006cd9e7ea
1 changed files with 10 additions and 0 deletions
  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: