docs(mqtt_source): fix example qos
This commit is contained in:
parent
e219c3eda1
commit
e369c1b971
|
@ -187,7 +187,7 @@ source_examples(Method) ->
|
|||
#{
|
||||
parameters => #{
|
||||
topic => <<"remote/topic">>,
|
||||
qos => 2
|
||||
qos => 1
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue