{
"id": "DEVICE_PROFILE_ID",
"appLayerParams": {
"ts003_version": "V300",
"ts004_version": "V300",
"ts005_version": "V300",
"ts003_f_port": 202,
"ts004_f_port": 201,
"ts005_f_port": 200
}
}
In the device profile API if you fill the verets003_version,ts004_version & ts005_version with the value of the variable V300 i.e greater than 2 then api throw successfull response and on the chirpstack UI,device profile is shown but you cannot have device profile ID and also you can't delete that profile, you have to delete the whole tenant.
Could you please update your question with how you are making this modification / where do you fill in these invalid versions? Are you using the REST API proxy for this? V300 is not a valid enum in the Protobuf definition, so I'm not sure how you manage that to write into the database.