We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed853b commit e18fee3Copy full SHA for e18fee3
articles/iot-hub/iot-hub-mqtt-support.md
@@ -35,7 +35,7 @@ private static TransportType s_transportType = TransportType.Mqtt_WebSocket_Only
35
DeviceClient deviceClient = DeviceClient.CreateFromConnectionString(s_deviceConnectionString, s_transportType);
36
```
37
38
-```node.js
+```javascript
39
var Client = require('azure-iot-device').Client;
40
var Protocol = require('azure-iot-device-mqtt').MqttWs;
41
var client = Client.fromConnectionString(deviceConnectionString, Protocol);
0 commit comments