IoTWireless.Client.
update_wireless_device
(**kwargs)¶Updates properties of a wireless device.
See also: AWS API Documentation
Request Syntax
response = client.update_wireless_device(
Id='string',
DestinationName='string',
Name='string',
Description='string',
LoRaWAN={
'DeviceProfileId': 'string',
'ServiceProfileId': 'string',
'AbpV1_1': {
'FCntStart': 123
},
'AbpV1_0_x': {
'FCntStart': 123
},
'FPorts': {
'Positioning': {
'ClockSync': 123,
'Stream': 123,
'Gnss': 123
},
'Applications': [
{
'FPort': 123,
'Type': 'SemtechGeolocation',
'DestinationName': 'string'
},
]
}
},
Positioning='Enabled'|'Disabled'
)
[REQUIRED]
The ID of the resource to update.
The updated wireless device's configuration.
The ID of the device profile for the wireless device.
The ID of the service profile.
ABP device object for update APIs for v1.1
The FCnt init value.
ABP device object for update APIs for v1.0.x
The FCnt init value.
FPorts object for the positioning information of the device.
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
The Fport value.
The Fport value.
The Fport value.
LoRaWAN application, which can be used for geolocation by activating positioning.
LoRaWAN application configuration, which can be used to perform geolocation.
The Fport value.
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException