Skip to content

Commit

Permalink
[impl_gateway] fix wrong item name of permit join command (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
secretmikut authored and xiaowenxia committed Jan 22, 2019
1 parent 4bfa9ae commit 1fdd636
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#define LINKKIT_GATEWAY_LEGACY_KEY_PROPERTYID "propertyid"
#define LINKKIT_GATEWAY_LEGACY_KEY_EVENTID "eventid"
#define LINKKIT_GATEWAY_LEGACY_KEY_PAYLOAD "payload"
#define LINKKIT_GATEWAY_LEGACY_KEY_PRODUCT_KEY "product_key"
#define LINKKIT_GATEWAY_LEGACY_KEY_TIMEOUT "timeout"
#define LINKKIT_GATEWAY_LEGACY_KEY_PRODUCT_KEY "productKey"
#define LINKKIT_GATEWAY_LEGACY_KEY_TIMEOUT "time"
#define LINKKIT_GATEWAY_LEGACY_KEY_VERSION "version"

#define LINKKIT_GATEWAY_LEGACY_SYNC_DEFAULT_TIMEOUT_MS (10000)
Expand Down Expand Up @@ -61,4 +61,4 @@ typedef struct {
}linkkit_gateway_legacy_ctx_t;


#endif
#endif

0 comments on commit 1fdd636

Please sign in to comment.