Frederick888 created page: home authored by Frederick Zhang's avatar Frederick Zhang
......@@ -30,6 +30,8 @@
| username | string | user who owns the machine |
| password | string | the password |
| machine_name | string | canonical name of the machine |
| level | int | 0: low, 1: high |
| expiration | int | (optional) UNIX time, only needed when low level |
* Response
......@@ -67,3 +69,5 @@
| Parameter | Type | Description |
| ----- | ----- | ----- |
| nfc_pass | base64 string | encrypted NFC password, plaintext is char(12) |
| level | int | 0: low, 1: high |
| expiration | int | (optional) UNIX time, only needed when low level |
\ No newline at end of file