Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
root updated page: API Test
authored
Apr 19, 2020
by
Admin
Hide whitespace changes
Inline
Side-by-side
API-Test.md
View page @
06ca7231
...
@@ -11,14 +11,14 @@ Defines maximum length for a Readingname (MAXLEN\_RN) and for a Device name (MAX
...
@@ -11,14 +11,14 @@ Defines maximum length for a Readingname (MAXLEN\_RN) and for a Device name (MAX
-
**goodDeviceName**
(positional)
-
**goodDeviceName**
(positional)
-
**goodReadingName**
(positional)
-
**goodReadingName**
(positional)
C<
= goodReadingName();
>
= goodReadingName();
This function checks if Readingname is a valid format which
This function checks if Readingname is a valid format which
means up to MAXLEN:RN and consisting of any UTF-8 character except
means up to MAXLEN:RN and consisting of any UTF-8 character except
- whitespace (\s)
- whitespace (\s)
If the identifier starts with a dot
.
, it's considered to be an
If the identifier starts with a dot , it's considered to be an
internal identifier and is treated differently in visualization,
internal identifier and is treated differently in visualization,
i.e. hidden. The leading . is not included in MAXLEN\_RN length
i.e. hidden. The leading . is not included in MAXLEN\_RN length
considerations.
considerations.
...
...