Skip to content

Commit

Permalink
Adds Fliplet.Profile.getDeviceUuid() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytlwu committed Oct 2, 2023
1 parent 0849c7e commit 544469d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/API/core/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ The following variables are reserved for common use and publicly accessible.
* `name`
* `department`
* `company`
* `phone`
* `phone`

## Device UUID

Use `Fliplet.Profile.getDeviceUuid()` to get the device's UUID.

**Response**

- `uuid` (String) Device UUID

0 comments on commit 544469d

Please sign in to comment.