Skip to content

Instantly share code, notes, and snippets.

@ThomasPe

ThomasPe/app.js Secret

Created September 8, 2020 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasPe/9bc8a2bda0a388d95a18ffd748978f1f to your computer and use it in GitHub Desktop.
Save ThomasPe/9bc8a2bda0a388d95a18ffd748978f1f to your computer and use it in GitHub Desktop.
IdentityTranslationModule dependencies
const Transport = require('azure-iot-device-mqtt').Mqtt;
const ModuleClient = require('azure-iot-device').ModuleClient;
const Message = require('azure-iot-device').Message;
const DeviceClient = require('azure-iot-device').Client;
let simulatedTemperatureClient;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment