Update profiles.md - typo corrected (#2342)
* Update profiles.md - typo corrected Typo corrected Signed-off-by: ErikDB87 <148375835+ErikDB87@users.noreply.github.com> * Update profiles.md I just saw an additional space before 'to'... --------- Signed-off-by: ErikDB87 <148375835+ErikDB87@users.noreply.github.com>pull/2430/head
parent
871abaf377
commit
63d71cb5b0
|
@ -5,7 +5,7 @@ title: Profiles
|
|||
|
||||
# Profiles
|
||||
|
||||
The communication between the framework and the Thing handlers is managed by the "Communication Manager", which in turn uses "Profiles" to determined what exactly needs to be done.
|
||||
The communication between the framework and the Thing handlers is managed by the "Communication Manager", which in turn uses "Profiles" to determine what exactly needs to be done.
|
||||
This provides some flexibility to influence these communication paths.
|
||||
|
||||
By their nature, profiles are correlated to links between Items and Channels (i.e. `ItemChannelLinks`). So if one Channel is linked to several Items it also will have several profile instances, each handling the communication to exactly one of these Items.
|
||||
|
|
Loading…
Reference in New Issue