@wiotp/sdk 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -152,7 +152,7 @@ var BaseConfig = exports["default"] = /*#__PURE__*/function () {
152
152
  }
153
153
 
154
154
  // For encrypted ports
155
- if (this.options.mqtt.port == 433 || this.options.mqtt.port == 8883) {
155
+ if (this.options.mqtt.port == 443 || this.options.mqtt.port == 8883) {
156
156
  if (this.options.mqtt.transport == "tcp") {
157
157
  return "ssl://" + server;
158
158
  }