From 544469d4871a638dd9a52ab8bbc74761972e41aa Mon Sep 17 00:00:00 2001 From: Tony Wu Date: Mon, 2 Oct 2023 11:22:26 +0100 Subject: [PATCH] Adds Fliplet.Profile.getDeviceUuid() docs --- docs/API/core/profile.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/API/core/profile.md b/docs/API/core/profile.md index 807c163f..7305624d 100644 --- a/docs/API/core/profile.md +++ b/docs/API/core/profile.md @@ -22,4 +22,12 @@ The following variables are reserved for common use and publicly accessible. * `name` * `department` * `company` -* `phone` \ No newline at end of file +* `phone` + +## Device UUID + +Use `Fliplet.Profile.getDeviceUuid()` to get the device's UUID. + +**Response** + +- `uuid` (String) Device UUID