Skip to content

Commit 51ce3b4

Browse files
committed
IOT SDK Auto Released By cheyun.lxf,Version:7.6.2
发布日志: 1, fix aliyun-net-sdk-iot service code issue.
1 parent 3870ff8 commit 51ce3b4

File tree

82 files changed

+84
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+84
-81
lines changed

aliyun-python-sdk-iot/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-02-20 Version: 7.6.2
2+
1, fix aliyun-net-sdk-iot service code issue.
3+
14
2019-02-14 Version: 7.6.1
25
1, fix SDK.InvalidRegionId exception in aliyun-net-sdk-core.
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.6.1"
1+
__version__ = "7.6.2"

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchAddDeviceGroupRelationsRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class BatchAddDeviceGroupRelationsRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchAddDeviceGroupRelations')
24+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchAddDeviceGroupRelations','iot')
2525

2626
def get_IotInstanceId(self):
2727
return self.get_query_params().get('IotInstanceId')

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchCheckDeviceNamesRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class BatchCheckDeviceNamesRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchCheckDeviceNames')
24+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchCheckDeviceNames','iot')
2525

2626
def get_IotInstanceId(self):
2727
return self.get_query_params().get('IotInstanceId')

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchDeleteDeviceGroupRelationsRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class BatchDeleteDeviceGroupRelationsRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchDeleteDeviceGroupRelations')
24+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchDeleteDeviceGroupRelations','iot')
2525

2626
def get_IotInstanceId(self):
2727
return self.get_query_params().get('IotInstanceId')

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetDeviceStateRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class BatchGetDeviceStateRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetDeviceState')
24+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetDeviceState','iot')
2525

2626
def get_IotInstanceId(self):
2727
return self.get_query_params().get('IotInstanceId')

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchRegisterDeviceRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class BatchRegisterDeviceRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchRegisterDevice')
24+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchRegisterDevice','iot')
2525

2626
def get_IotInstanceId(self):
2727
return self.get_query_params().get('IotInstanceId')

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchRegisterDeviceWithApplyIdRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class BatchRegisterDeviceWithApplyIdRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchRegisterDeviceWithApplyId')
24+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchRegisterDeviceWithApplyId','iot')
2525

2626
def get_ApplyId(self):
2727
return self.get_query_params().get('ApplyId')

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CreateDeviceGroupRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CreateDeviceGroupRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateDeviceGroup')
24+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateDeviceGroup','iot')
2525

2626
def get_GroupDesc(self):
2727
return self.get_query_params().get('GroupDesc')

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CreateProductRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CreateProductRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateProduct')
24+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateProduct','iot')
2525

2626
def get_DataFormat(self):
2727
return self.get_query_params().get('DataFormat')

0 commit comments

Comments
 (0)