matchesMqttPattern
matchesMqttPattern(
pattern,topic):boolean
Defined in: src/io/broker/MqttActor.ts:323
Standard MQTT pattern match: + matches one segment, # matches the rest.
Parameters
Section titled “Parameters”pattern
Section titled “pattern”string
string
Returns
Section titled “Returns”boolean