Skip to content

Commit

Permalink
Merge commit '8e64d631a406d2c3bde53da338eca90005e85f83' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure IoT Builder committed Feb 10, 2017
2 parents d9440fb + 8e64d63 commit a242d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/lib/device_method_params.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

declare interface DeviceMethodParams {
name: string;
methodName: string;
payload?: any;
responseTimeoutInSeconds?: number;
connectTimeoutInSeconds?: number; // default is 0
Expand Down

0 comments on commit a242d3b

Please sign in to comment.