md files minor adjustments

This commit is contained in:
mpetrov 2024-07-05 18:50:46 +03:00
parent 6773eb0b8d
commit 6c49cd0090
3 changed files with 3 additions and 3 deletions

View File

@ -62,6 +62,6 @@ byte string (`**b**`), and GUID (`**g**`). Below is an explanation of each ident
_Expression:_
Device ${ns=1;g=550e8400-e29b-41d4-a716-446655440000}
**`Device ${ns=1;g=550e8400-e29b-41d4-a716-446655440000}`**
In this example, created device on platform will have “**Device TH-101**” name.

View File

@ -37,5 +37,5 @@ _Expression:_
`**Device ${Name}**`
In this example, **the gateway will search for the child node "Name" in the device node (parent node)
"Root\\.Objects\\.TempSensor"** and the created device on the platform will be named "**Device TH-101**".
"Root\\.Objects\\.TempSensor"** and created device on the platform will be named "**Device TH-101**".

View File

@ -35,4 +35,4 @@ _Expression:_
**`Device ${Type}`**
In this example, **the gateway will search for the child node "Name" in the device node (parent node)
"Root\\.Objects\\.TempSensor"** and the created device on the platform will have "thermostat" profile name.
"Root\\.Objects\\.TempSensor"** and created device on the platform will have "thermostat" profile name.