@@ -16,7 +16,7 @@ The action is used for publish output message into an MQTT server.
| rootCaPath | true | The location of root ca path. It can be an absolute path, or a relative path, which is similar to use of certificationPath. |
| rootCaPath | true | The location of root ca path. It can be an absolute path, or a relative path, which is similar to use of certificationPath. |
| insecureSkipVerify | true | If InsecureSkipVerify is `true`, TLS accepts any certificate presented by the server and any host name in that certificate. In this mode, TLS is susceptible to man-in-the-middle attacks. The default value is `false`. The configuration item can only be used with TLS connections. |
| insecureSkipVerify | true | If InsecureSkipVerify is `true`, TLS accepts any certificate presented by the server and any host name in that certificate. In this mode, TLS is susceptible to man-in-the-middle attacks. The default value is `false`. The configuration item can only be used with TLS connections. |
| retained | true | If retained is `true`,The broker stores the last retained message and the corresponding QoS for that topic.The default value is `false`. |
| retained | true | If retained is `true`,The broker stores the last retained message and the corresponding QoS for that topic.The default value is `false`. |
-| compression | true | Compress the payload with the specified compression method. Only Support `zlib` method now. |
+| compression | true | Compress the payload with the specified compression method. Support `zlib`, `gzip`, `flate` method now. |
| connectionSelector | true | reuse the connection to mqtt broker. [more info](../../sources/builtin/mqtt.md#connectionselector) |
| connectionSelector | true | reuse the connection to mqtt broker. [more info](../../sources/builtin/mqtt.md#connectionselector) |
Below is sample configuration for connecting to Azure IoT Hub by using SAS authentication.
Below is sample configuration for connecting to Azure IoT Hub by using SAS authentication.