|
|
|
|
|
<mqttSession variable>.Unsubscribe (Function) In french: <Variable mqttSession>.Désabonne Allows you to unsubscribe from a MQTT notification. gMqttSession is mqttSession ... gMqttSession.Unsubscribe("sensors/sensor1/temperature1")
Syntax
<Result> = <MQTT session>.Unsubscribe(<Subject>)
<Result>: Boolean - True if the unsubscription is implemented,
- False otherwise. ErrorInfo returns more details.
<MQTT session>: mqttSession variable Name of the mqttSession variable corresponding to the MQTT session to use. <Subject>: Character string Topic for which the unsubscription is requested. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|