Update index.md (#970)

Link to Configuration Description is wrong

Signed-off-by: Georgios Moutsos georgios.moutsos@gmail.com
pull/971/head
Georgios Moutsos 2019-05-07 23:01:34 +03:00 committed by Jerome Luckenbach
parent 9eebd9e6d5
commit a8dcfa8f7e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ The `ThingManager` creates for each Thing a `ThingHandler` instance using a `Thi
Therefore, it tracks all `ThingHandlerFactory`s from the binding.
The `ThingManager` determines if the `Thing` is initializable or not.
A `Thing` is considered as *initializable* if all *required* configuration parameters (cf. property *parameter.required* in [Configuration Description](xml-reference.html)) are available.
A `Thing` is considered as *initializable* if all *required* configuration parameters (cf. property *parameter.required* in [Configuration Description](config-xml.html)) are available.
If so, the method `ThingHandler.initialize()` is called.
Only Things with status (cf. [Thing Status](../../concepts/things.html#thing-status)) *UNKNOWN*, *ONLINE* or *OFFLINE* are considered as *initialized* by the framework and therefore it is the handler's duty to assign one of these states sooner or later.