Updated setup for MQTT 1.x and 2.x authored by René Schöne's avatar René Schöne
...@@ -4,5 +4,5 @@ For an overview of the model, check out the [Model description](Model-descriptio ...@@ -4,5 +4,5 @@ For an overview of the model, check out the [Model description](Model-descriptio
If you need more details, dive into the [inner workings](Inner-workings) (now with colorful images!), the [description of machine learning](MachineLearning) (with code examples) or the [description of Learner implementation](Learner) (only in German). If you need more details, dive into the [inner workings](Inner-workings) (now with colorful images!), the [description of machine learning](MachineLearning) (with code examples) or the [description of Learner implementation](Learner) (only in German).
To be able to read in models, a [dedicated DSL](DSL) must be used. To be able to read in models, a [dedicated DSL](DSL) must be used.
Further, some [config settings regarding mqtt](mqtt) are found in this wiki. Further, the updated [configuration settings regarding MQTT 1.x and 2.x](mqtt) are found in this wiki.
To create the documentation, follow the [documentation guidelines](Ragdoc). To create the documentation for the generated JastAdd code, follow the [documentation guidelines](Ragdoc).