Documentation missing default mqttPath in mqtt_options

Issue #570 resolved
Jan Speckamp created an issue

The implementation uses a default mqttPath of “/mqtt“
See: /modules/core/modelList/layer/sensor.js Line 26

While the documentation does not list such a default path:

mqtt_options documentation

Comments (5)

  1. Jan Speckamp reporter

    It seems that in general the whole mqtt_options construct is ignored internally. The options object created internally does not use any of the variables mentioned in the documentation.

    See e.g. the creation of the Options Object here:

    https://bitbucket.org/geowerkstatt-hamburg/masterportal/src/3fdbe0e35c9fe2bff47e50d72e6962e6fe43647f/modules/core/modelList/layer/sensor.js?at=dev#lines-841

    which does not use any of the variables host, protocol or port.

  2. Log in to comment