Create a data structure to be uploaded to Favoriot
obj = favor_createData(deviceID,sensorName)
A data structure
Device developer ID
Name of the sensors that will be used
Create a data structure to be uploaded to Favoriot. The data structure contains 2 fields. The first field (device_developer_id) contains the device developer ID provided by deviceID. The second field (data) contains a structure with the sensor names provided by sensorName. You can use the function favor_createSensors to generate sensor names. The sensors will have the default value of "0".