Azure / azure-iot-sdk-node

A Node.js SDK for connecting devices to Microsoft Azure IoT services
https://docs.microsoft.com/en-us/azure/iot-hub/
Other
261 stars 227 forks source link

fix(azure-iothub): schedule deviceMethod and updateTwin need to speci… #854

Closed anthonyvercolano closed 4 years ago

anthonyvercolano commented 4 years ago

…fy defaults when arguments not supplied

Both methods were sending null for the values if the arguments to the methods were not supplied. The service requires actual values. Supplied Date.now and 3600 as defaults.

fix #847