Push data to ThingsBoard
n = thingsboard_postData(url,posttoken,jsonbody)
The ThingsBoard platform url
Device post token
A data string in JSON Format
Status code
Push data to a device in ThingsBoard. The device post token is different from the token used in retrieving data. The data needs to be in the form of JSON format which can be created using create_JSON.