diff --git a/docs/FunctionBlocks/FB_OUTPUT_DIMMER_DALI_MQTT.md b/docs/FunctionBlocks/FB_OUTPUT_DIMMER_DALI_MQTT.md index 2934305..159ee2f 100644 --- a/docs/FunctionBlocks/FB_OUTPUT_DIMMER_DALI_MQTT.md +++ b/docs/FunctionBlocks/FB_OUTPUT_DIMMER_DALI_MQTT.md @@ -88,7 +88,7 @@ Commands are executed by the FB if the topic `MQTTSubscribeTopic` matches the MQ MQTT subscription topic is a concatenation of the subscribe prefix variable and the function block name. Note that the function block also accepts float values for setting the dimmer output value, the float value will get rounded to the nearest integer value. -### **Code example** //TODO +### **Code example** - DALI global variable initiation: ```