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
ErikDB87 2024-11-28 21:46:38 +01:00 committed by GitHub
parent 871abaf377
commit 63d71cb5b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.