Error:"invalid data type: 58" using cayennelpp

hello everyone, I am new here.
I am using an arduino with drguino lora shield, I use CayenneLPP.h to format data and Lmic.h to send it. I have no problem to receive packet from the gateway, my problem is I got error:“invalid data type: 58” as error.

any help

Hi Mohamed_areour
as you can see here, cayennelpp has numeric datatypes for the different types of sensor data. You have to ensure, that the datatypes you use are in the given range. What datatypes are you sending?
Regards Christian