DOC: general: fix white spaces for HTML converter

The HTML converter expects some formats to recognize if a keyword is a
keyword.
This commit is contained in:
Alex 2021-04-24 13:02:21 +02:00 committed by Christopher Faulet
parent b2be9a1ea9
commit bf1bd5a2a8

View File

@ -16255,7 +16255,7 @@ mod(<value>)
This prefix is followed by a name. The separator is a '.'. The name may only
contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
mqtt_field_value(<packettype>,<fieldname or property ID>)
mqtt_field_value(<packettype>,<fieldname_or_property_ID>)
Returns value of <fieldname> found in input MQTT payload of type
<packettype>.
<packettype> can be either a string (case insensitive matching) or a numeric