From 4af2bdbbe3198a24fc4ccd780767ed53eb8157a4 Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 29 Apr 2024 21:22:37 -0500 Subject: [PATCH] Add displayOrder to ServiceList.md Run shell-script 'tools/makeServiceList' --- docs/ServiceList.md | 1 + tools/makeServices | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/ServiceList.md b/docs/ServiceList.md index abff6e9..fb3b681 100644 --- a/docs/ServiceList.md +++ b/docs/ServiceList.md @@ -428,6 +428,7 @@ The pre-defined constant expressions for enumerated Characteristics are in names CharacteristicFormatPermsMinMaxConstants/Defaults Active (B0) :small_blue_diamond:uint8PW+PR+EV01 ActiveIdentifier (E7) uint32PW+PR+EV02550 +DisplayOrder (136) tlv8PR+EV01"" RemoteKey (E1) uint8PW415 PowerModeSelection (DF) uint8PW00 ConfiguredName (E3) stringPW+PR+EV--"unnamed" diff --git a/tools/makeServices b/tools/makeServices index 279262b..8bc6c5d 100755 --- a/tools/makeServices +++ b/tools/makeServices @@ -54,6 +54,8 @@ BEGIN { uuid[char]=x[3] perms[char]=x[4] format[char]=tolower(x[5]) + if(format[char]=="tlv_enc") + format[char]="tlv8" static[char]=x[6] }